com.xerox.amazonws.fps
Class MultiUseInstrument

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

public class MultiUseInstrument
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
MultiUseInstrument(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

MultiUseInstrument

public MultiUseInstrument(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