org.eclipse.higgins.rpps.core.tobj
Class ExtraTokenResponseTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.ExtraTokenResponseTO
- All Implemented Interfaces:
- Serializable
- public class ExtraTokenResponseTO
- extends Object
- 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)
getTkn
public String getTkn()
setTkn
public void setTkn(String tkn)
getName
public String getName()
setName
public void setName(String name)