com.konakart.wsapp
Class RewardPoint

java.lang.Object
  extended by com.konakart.wsapp.RewardPoint
All Implemented Interfaces:
java.io.Serializable

public class RewardPoint
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

RewardPoint

public RewardPoint()

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

getCode

public java.lang.String getCode()
Gets the code value for this RewardPoint.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this RewardPoint.

Parameters:
code -

getCustomerId

public int getCustomerId()
Gets the customerId value for this RewardPoint.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this RewardPoint.

Parameters:
customerId -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this RewardPoint.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this RewardPoint.

Parameters:
dateAdded -

getDescription

public java.lang.String getDescription()
Gets the description value for this RewardPoint.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this RewardPoint.

Parameters:
description -

isExpired

public boolean isExpired()
Gets the expired value for this RewardPoint.

Returns:
expired

setExpired

public void setExpired(boolean expired)
Sets the expired value for this RewardPoint.

Parameters:
expired -

getId

public int getId()
Gets the id value for this RewardPoint.

Returns:
id

setId

public void setId(int id)
Sets the id value for this RewardPoint.

Parameters:
id -

getInitialPoints

public int getInitialPoints()
Gets the initialPoints value for this RewardPoint.

Returns:
initialPoints

setInitialPoints

public void setInitialPoints(int initialPoints)
Sets the initialPoints value for this RewardPoint.

Parameters:
initialPoints -

getRemainingPoints

public int getRemainingPoints()
Gets the remainingPoints value for this RewardPoint.

Returns:
remainingPoints

setRemainingPoints

public void setRemainingPoints(int remainingPoints)
Sets the remainingPoints value for this RewardPoint.

Parameters:
remainingPoints -

getStoreId

public java.lang.String getStoreId()
Gets the storeId value for this RewardPoint.

Returns:
storeId

setStoreId

public void setStoreId(java.lang.String storeId)
Sets the storeId value for this RewardPoint.

Parameters:
storeId -

getTransactionType

public int getTransactionType()
Gets the transactionType value for this RewardPoint.

Returns:
transactionType

setTransactionType

public void setTransactionType(int transactionType)
Sets the transactionType value for this RewardPoint.

Parameters:
transactionType -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.