org.eclipse.higgins.rpps.core.tobj
Class ExtraTokenResponseTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.eclipse.higgins.rpps.core.tobj.TokenResponseTO
org.eclipse.higgins.rpps.core.tobj.ExtraTokenResponseTO
- All Implemented Interfaces:
- Serializable
- public class ExtraTokenResponseTO
- extends TokenResponseTO
- implements Serializable
The transfer object for the token response. A transfer object is a serializable class that groups related attributes,
forming a composite value. This class is used as the return type of a WS business method.
- Author:
- Sergei Yakovlev
- See Also:
- Serialized Form
ExtraTokenResponseTO
public ExtraTokenResponseTO()
- Creates a new instance of TokenResponseTO
getCardImage
public byte[] getCardImage()
setCardImage
public void setCardImage(byte[] cardImage)
getCardImageType
public String getCardImageType()
setCardImageType
public void setCardImageType(String cardImageType)
getCardDescription
public String getCardDescription()
setCardDescription
public void setCardDescription(String cardDescription)
getCardName
public String getCardName()
setCardName
public void setCardName(String cardName)