|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elkoserver.server.workshop.bank.client.BankClient.EncumbranceDesc
public static class BankClient.EncumbranceDesc
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 |
|---|
public final String enc
public final int amount
public final String expires
public final String memo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||