|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.java.appTab.DiscountData.Discount
public class DiscountData.Discount
An inner class that contains the remaining properties of the DiscountData.
Field Summary | |
---|---|
java.util.Date |
endDate
|
java.math.BigDecimal |
percentage
|
java.util.Date |
startDate
|
java.math.BigDecimal |
usage
|
Constructor Summary | |
---|---|
DiscountData.Discount()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.util.Date |
getEndDate()
Return the endDate of the discount |
java.math.BigDecimal |
getPercentage()
Return the percentage of the discount |
java.util.Date |
getStartDate()
Return the startDate of the discount |
java.math.BigDecimal |
getUsage()
Return the usage of the discount |
void |
setEndDate(java.util.Date endDate)
Sets the endDate of the discount |
void |
setPercentage(java.math.BigDecimal percentage)
Sets the percentage of the discount |
void |
setStartDate(java.util.Date startDate)
Sets the startDate of the discount |
void |
setUsage(java.math.BigDecimal usage)
Sets the usage of the discount |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Date endDate
public java.math.BigDecimal percentage
public java.util.Date startDate
public java.math.BigDecimal usage
Constructor Detail |
---|
public DiscountData.Discount()
Method Detail |
---|
public java.util.Date getEndDate()
public java.math.BigDecimal getPercentage()
public java.util.Date getStartDate()
public java.math.BigDecimal getUsage()
public void setEndDate(java.util.Date endDate)
endDate
- - EndDate of the discountpublic void setPercentage(java.math.BigDecimal percentage)
discountPercent
- - Percentage of the discountpublic void setStartDate(java.util.Date startDate)
startDate
- - StartDate of the discountpublic void setUsage(java.math.BigDecimal usage)
usage
- - Usage of the discount
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |