-
- All Implemented Interfaces:
-
android.os.Parcelable
public class Merchant implements Parcelable
The Merchant holds the merchant.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Merchant.Builder
-
Field Summary
Fields Modifier and Type Field Description private final String
name
public final static Parcelable.Creator<Merchant>
CREATOR
-
Constructor Summary
Constructors Constructor Description Merchant(Merchant.Builder builder)
-
Method Summary
Modifier and Type Method Description String
getName()
Returns the merchant name. boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(@NonNull() Parcel dest, int flags)
-
-
Constructor Detail
-
Merchant
Merchant(Merchant.Builder builder)
-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
-
-
-