|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.json.app.J_RewardPoint
public class J_RewardPoint
Describes a reward points object for use within KonaKart.
Constructor Summary | |
---|---|
J_RewardPoint()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
A code used to define the type of transaction in which the points were added or removed. |
int |
getCustomerId()
The numeric id of the customer that the points belong to. |
java.util.Calendar |
getDateAdded()
The date added |
java.lang.String |
getDescription()
A description that can be viewed in a points statement. |
int |
getId()
The numeric id of the Reward Points Object |
int |
getInitialPoints()
The initial number of points when they were awarded |
int |
getRemainingPoints()
The number of points remaining, since some may have been used. |
java.lang.String |
getStoreId()
The store id |
int |
getTransactionType()
The type of transaction which indicates whether the points have been added or removed. |
boolean |
isExpired()
Indicates whether the points have expired |
void |
setCode(java.lang.String _code)
A code used to define the type of transaction in which the points were added or removed. |
void |
setCustomerId(int _customerId)
The numeric id of the customer that the points belong to. |
void |
setDateAdded(java.util.Calendar _dateAdded)
The date added |
void |
setDescription(java.lang.String _description)
A description that can be viewed in a points statement. |
void |
setExpired(boolean _expired)
Indicates whether the points have expired |
void |
setId(int _id)
The numeric id of the Reward Points Object |
void |
setInitialPoints(int _initialPoints)
The initial number of points when they were awarded |
void |
setRemainingPoints(int _remainingPoints)
The number of points remaining, since some may have been used. |
void |
setStoreId(java.lang.String _storeId)
The store id |
void |
setTransactionType(int _transactionType)
The type of transaction which indicates whether the points have been added or removed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public J_RewardPoint()
Method Detail |
---|
public int getId()
public void setId(int _id)
_id
- the id to setpublic java.lang.String getStoreId()
public void setStoreId(java.lang.String _storeId)
_storeId
- the storeId to setpublic java.lang.String getCode()
public void setCode(java.lang.String _code)
_code
- the code to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description
- the description to setpublic int getCustomerId()
public void setCustomerId(int _customerId)
_customerId
- the customerId to setpublic int getInitialPoints()
public void setInitialPoints(int _initialPoints)
_initialPoints
- the initialPoints to setpublic int getRemainingPoints()
public void setRemainingPoints(int _remainingPoints)
_remainingPoints
- the remainingPoints to setpublic boolean isExpired()
public void setExpired(boolean _expired)
_expired
- the expired to setpublic int getTransactionType()
public void setTransactionType(int _transactionType)
_transactionType
- the transactionType to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded
- the dateAdded to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |