-
- 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 classMerchant.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamepublic final static Parcelable.Creator<Merchant>CREATOR
-
Constructor Summary
Constructors Constructor Description Merchant(Merchant.Builder builder)
-
Method Summary
Modifier and Type Method Description StringgetName()Returns the merchant name. booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(@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)
-
-
-
-