com.xerox.amazonws.fps
Class SingleUseInstrument

java.lang.Object
  extended by com.xerox.amazonws.fps.SingleUseInstrument
All Implemented Interfaces:
Instrument

public class SingleUseInstrument
extends Object
implements Instrument

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xerox.amazonws.fps.Instrument
Instrument.Status
 
Constructor Summary
SingleUseInstrument(String tokenId, Date expiry, Address address)
           
 
Method Summary
 Address getAddress()
           
 Date getExpiry()
           
 Instrument.Status getStatus()
           
 String getTokenId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleUseInstrument

public SingleUseInstrument(String tokenId,
                           Date expiry,
                           Address address)
Method Detail

getTokenId

public String getTokenId()

getExpiry

public Date getExpiry()

getAddress

public Address getAddress()

getStatus

public Instrument.Status getStatus()
Specified by:
getStatus in interface Instrument

toString

public String toString()
Overrides:
toString in class Object