|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.appTab.DiscountData
public class DiscountData
This DiscountData object is the value object which contains the properties of DiscountData along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
DiscountData.Discount
An inner class that contains the remaining properties of the DiscountData. |
Field Summary | |
---|---|
java.lang.String |
description
|
DiscountData.Discount |
discountDetails
|
java.lang.String |
name
|
java.lang.String |
promoCode
|
Constructor Summary | |
---|---|
DiscountData()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the description of discount |
DiscountData.Discount |
getDiscount()
Return the details of discount |
java.lang.String |
getName()
Return the name of discount |
java.lang.String |
getPromoCode()
Return the promoCode of discount |
void |
setDescription(java.lang.String description)
Sets the description of discount |
void |
setDiscount(DiscountData.Discount discountDetails)
Sets the details of discount |
void |
setName(java.lang.String name)
Sets the name of discount |
void |
setPromoCode(java.lang.String promoCode)
Sets the promoCode for discount |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String description
public DiscountData.Discount discountDetails
public java.lang.String name
public java.lang.String promoCode
Constructor Detail |
---|
public DiscountData()
Method Detail |
---|
public java.lang.String getDescription()
public DiscountData.Discount getDiscount()
public java.lang.String getName()
public java.lang.String getPromoCode()
public void setDescription(java.lang.String description)
discountDescription
- -Description of discountpublic void setDiscount(DiscountData.Discount discountDetails)
discountDetails
- - Details of discountpublic void setName(java.lang.String name)
discountName
- - Name of discountpublic void setPromoCode(java.lang.String promoCode)
promoCoode
- - PromoCode of discount
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |