things.data
Class Receipt
java.lang.Object
things.common.Stamp
things.data.Receipt
- All Implemented Interfaces:
- java.io.Serializable
public class Receipt
- extends Stamp
This is standard receipt.
- Version:
- 1.0
Version History
EPG - Initial - 2 JUL 05
- Author:
- Erich P. Gatejen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Receipt
public Receipt()
throws ThingsException
- Throws:
ThingsException
Receipt
public Receipt(java.lang.String theToken,
Receipt.Type theType)
throws ThingsException
- Throws:
ThingsException
Receipt
public Receipt(java.lang.String theToken,
Receipt.Type theType,
java.lang.String note)
throws ThingsException
- Throws:
ThingsException
Receipt
public Receipt(WhoAmI callerID,
Receipt.Type theType)
throws ThingsException
- Throws:
ThingsException
Receipt
public Receipt(WhoAmI callerID,
java.lang.String theToken,
Receipt.Type theType)
throws ThingsException
- Throws:
ThingsException
Receipt
public Receipt(WhoAmI callerID,
java.lang.String theToken,
Receipt.Type theType,
java.lang.String note)
throws ThingsException
- Throws:
ThingsException
isFromSomebody
public boolean isFromSomebody()
hasToken
public boolean hasToken()
getType
public Receipt.Type getType()
getNote
public java.lang.String getNote()
toString
public java.lang.String toString()
- Description copied from class:
Stamp
- Get a string version of the stamp.
- Overrides:
toString
in class Stamp
- Returns:
- the textual representation of the stamp.
Things.