com.xerox.amazonws.fps
Class Token

java.lang.Object
  extended by com.xerox.amazonws.fps.Token
All Implemented Interfaces:
Serializable

public class Token
extends Object
implements Serializable

Author:
J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
See Also:
Serialized Form

Nested Class Summary
static class Token.Status
           
 
Constructor Summary
Token(String tokenId, String friendlyName, Token.Status status, Date dateInstalled, String callerInstalled, TokenType tokenType, String oldTokenId, String paymentReason)
           
 
Method Summary
 String getCallerInstalled()
           
 Date getDateInstalled()
           
 String getFriendlyName()
           
 String getOldTokenId()
           
 String getPaymentReason()
           
 Token.Status getStatus()
           
 String getTokenId()
           
 TokenType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Token

public Token(String tokenId,
             String friendlyName,
             Token.Status status,
             Date dateInstalled,
             String callerInstalled,
             TokenType tokenType,
             String oldTokenId,
             String paymentReason)
Method Detail

getTokenId

public String getTokenId()

getFriendlyName

public String getFriendlyName()

getStatus

public Token.Status getStatus()

getDateInstalled

public Date getDateInstalled()

getCallerInstalled

public String getCallerInstalled()

getType

public TokenType getType()

getOldTokenId

public String getOldTokenId()

getPaymentReason

public String getPaymentReason()

toString

public String toString()
Overrides:
toString in class Object