-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PaymentProductDetails implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private StringimageURLprivate Stringcategoryprivate LongimageUpdatedOnpublic final static Parcelable.Creator<PaymentProductDetails>CREATOR
-
Constructor Summary
Constructors Constructor Description PaymentProductDetails()
-
Method Summary
Modifier and Type Method Description StringgetImageURL()voidsetImageURL(String imageURL)StringgetCategory()voidsetCategory(String category)LonggetImageUpdatedOn()voidsetImageUpdatedOn(Long imageUpdatedOn)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getImageURL
String getImageURL()
-
setImageURL
void setImageURL(String imageURL)
-
getCategory
String getCategory()
-
setCategory
void setCategory(String category)
-
getImageUpdatedOn
Long getImageUpdatedOn()
-
setImageUpdatedOn
void setImageUpdatedOn(Long imageUpdatedOn)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-