|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.RewardPoint
public class RewardPoint
Constructor Summary | |
---|---|
RewardPoint()
|
|
RewardPoint(java.lang.String code,
int customerId,
java.util.Calendar dateAdded,
java.lang.String description,
boolean expired,
int id,
int initialPoints,
int remainingPoints,
java.lang.String storeId,
int transactionType)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCode()
Gets the code value for this RewardPoint. |
int |
getCustomerId()
Gets the customerId value for this RewardPoint. |
java.util.Calendar |
getDateAdded()
Gets the dateAdded value for this RewardPoint. |
java.lang.String |
getDescription()
Gets the description value for this RewardPoint. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getId()
Gets the id value for this RewardPoint. |
int |
getInitialPoints()
Gets the initialPoints value for this RewardPoint. |
int |
getRemainingPoints()
Gets the remainingPoints value for this RewardPoint. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getStoreId()
Gets the storeId value for this RewardPoint. |
int |
getTransactionType()
Gets the transactionType value for this RewardPoint. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isExpired()
Gets the expired value for this RewardPoint. |
void |
setCode(java.lang.String code)
Sets the code value for this RewardPoint. |
void |
setCustomerId(int customerId)
Sets the customerId value for this RewardPoint. |
void |
setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this RewardPoint. |
void |
setDescription(java.lang.String description)
Sets the description value for this RewardPoint. |
void |
setExpired(boolean expired)
Sets the expired value for this RewardPoint. |
void |
setId(int id)
Sets the id value for this RewardPoint. |
void |
setInitialPoints(int initialPoints)
Sets the initialPoints value for this RewardPoint. |
void |
setRemainingPoints(int remainingPoints)
Sets the remainingPoints value for this RewardPoint. |
void |
setStoreId(java.lang.String storeId)
Sets the storeId value for this RewardPoint. |
void |
setTransactionType(int transactionType)
Sets the transactionType value for this RewardPoint. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RewardPoint()
public RewardPoint(java.lang.String code, int customerId, java.util.Calendar dateAdded, java.lang.String description, boolean expired, int id, int initialPoints, int remainingPoints, java.lang.String storeId, int transactionType)
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public boolean isExpired()
public void setExpired(boolean expired)
expired
- public int getId()
public void setId(int id)
id
- public int getInitialPoints()
public void setInitialPoints(int initialPoints)
initialPoints
- public int getRemainingPoints()
public void setRemainingPoints(int remainingPoints)
remainingPoints
- public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- public int getTransactionType()
public void setTransactionType(int transactionType)
transactionType
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |