-
- All Implemented Interfaces:
-
android.os.Parcelable
public class DiscountDetailsofOffers extends Discount implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private StringdiscountPercentageprivate doublemaxDiscountpublic final static Parcelable.Creator<DiscountDetailsofOffers>CREATOR
-
Constructor Summary
Constructors Constructor Description DiscountDetailsofOffers()
-
Method Summary
Modifier and Type Method Description StringgetDiscountPercentage()voidsetDiscountPercentage(String discountPercentage)doublegetMaxDiscount()voidsetMaxDiscount(double maxDiscount)intdescribeContents()voidwriteToParcel(Parcel parcel, int i)-
Methods inherited from class com.payu.india.Model.Discount
getDiscount, getDiscountType, getDiscountedAmount, setDiscount, setDiscountType, setDiscountedAmount -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDiscountPercentage
String getDiscountPercentage()
-
setDiscountPercentage
void setDiscountPercentage(String discountPercentage)
-
getMaxDiscount
double getMaxDiscount()
-
setMaxDiscount
void setMaxDiscount(double maxDiscount)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
-
-
-