org.elkoserver.server.workshop.bank.client
Class BankClient.EncumbranceDesc

java.lang.Object
  extended by org.elkoserver.server.workshop.bank.client.BankClient.EncumbranceDesc
Enclosing class:
BankClient

public static class BankClient.EncumbranceDesc
extends Object

A struct describing an encumbrance, returned as part of the results from query accounts.


Field Summary
 int amount
          The amount of the encumbrance.
 String enc
          The ref of the encumbrance.
 String expires
          When the encumbrance expires.
 String memo
          Memo string associated with the encumbrance at creation time.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enc

public final String enc
The ref of the encumbrance.


amount

public final int amount
The amount of the encumbrance.


expires

public final String expires
When the encumbrance expires.


memo

public final String memo
Memo string associated with the encumbrance at creation time.