-
- All Implemented Interfaces:
-
android.os.Parcelable
public class Sku implements Parcelable
-
-
Constructor Summary
Constructors Constructor Description Sku()
-
Method Summary
Modifier and Type Method Description StringgetSkuId()voidsetSkuId(String skuId)StringgetSkuAmount()voidsetSkuAmount(String skuAmount)intgetQuantity()voidsetQuantity(int quantity)voidsetAutoApplyOffer(boolean autoApplyOffer)StringgetName()voidsetName(String name)intdescribeContents()voidwriteToParcel(Parcel parcel, int i)booleanisAutoApplyOffer()-
-
Method Detail
-
getSkuAmount
String getSkuAmount()
-
setSkuAmount
void setSkuAmount(String skuAmount)
-
getQuantity
int getQuantity()
-
setQuantity
void setQuantity(int quantity)
-
setAutoApplyOffer
void setAutoApplyOffer(boolean autoApplyOffer)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
isAutoApplyOffer
boolean isAutoApplyOffer()
-
-
-
-