|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_Coupon
public class J_Coupon
The Coupon class contains information about the coupon which can be used to activate promotions on an order.
| Constructor Summary | |
|---|---|
J_Coupon()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCouponCode()
The code of the coupon is the string used by a customer to activate it. |
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
java.util.Calendar |
getDateAdded()
|
java.lang.String |
getDescription()
|
int |
getId()
|
java.util.Calendar |
getLastModified()
|
int |
getMaxUse()
The maximum number of times that a coupon may be used. |
java.lang.String |
getName()
|
int |
getTimesUsed()
The number of times that a coupon has been used. |
void |
setCouponCode(java.lang.String _couponCode)
The code of the coupon is the string used by a customer to activate it. |
void |
setCustom1(java.lang.String _custom1)
|
void |
setCustom2(java.lang.String _custom2)
|
void |
setCustom3(java.lang.String _custom3)
|
void |
setCustom4(java.lang.String _custom4)
|
void |
setCustom5(java.lang.String _custom5)
|
void |
setDateAdded(java.util.Calendar _dateAdded)
|
void |
setDescription(java.lang.String _description)
|
void |
setId(int _id)
|
void |
setLastModified(java.util.Calendar _lastModified)
|
void |
setMaxUse(int _maxUse)
The maximum number of times that a coupon may be used. |
void |
setName(java.lang.String _name)
|
void |
setTimesUsed(int _timesUsed)
The number of times that a coupon has been used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_Coupon()
| Method Detail |
|---|
public java.lang.String getCouponCode()
public void setCouponCode(java.lang.String _couponCode)
_couponCode - The couponCode to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - The custom3 to set.public java.lang.String getCustom4()
public void setCustom4(java.lang.String _custom4)
_custom4 - The custom4 to set.public java.lang.String getCustom5()
public void setCustom5(java.lang.String _custom5)
_custom5 - The custom5 to set.public java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description - The description to set.public int getId()
public void setId(int _id)
_id - The id to set.public int getMaxUse()
public void setMaxUse(int _maxUse)
_maxUse - The maxUse to set.public java.lang.String getName()
public void setName(java.lang.String _name)
_name - The name to set.public int getTimesUsed()
public void setTimesUsed(int _timesUsed)
_timesUsed - The timesUsed to set.public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - The dateAdded to set.public java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar _lastModified)
_lastModified - The lastModified to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||