org.eclipse.higgins.rpps.core.tobj
Class ExtraTokenResponseTO

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
      extended byorg.eclipse.higgins.rpps.core.tobj.TokenResponseTO
          extended byorg.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

Constructor Summary
ExtraTokenResponseTO()
          Creates a new instance of TokenResponseTO
 
Method Summary
 String getCardDescription()
           
 byte[] getCardImage()
           
 String getCardImageType()
           
 String getCardName()
           
 void setCardDescription(String cardDescription)
           
 void setCardImage(byte[] cardImage)
           
 void setCardImageType(String cardImageType)
           
 void setCardName(String cardName)
           
 
Methods inherited from class org.eclipse.higgins.rpps.core.tobj.TokenResponseTO
getName, getTkn, setName, setTkn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtraTokenResponseTO

public ExtraTokenResponseTO()
Creates a new instance of TokenResponseTO

Method Detail

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)