|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elkoserver.server.workshop.bank.Currency
public class Currency
Object representing a defined currency: a type token denominating a monetary value.
| Method Summary | |
|---|---|
JSONLiteral |
encode(EncodeControl control)
Encode this currency descriptor for transmission or persistence. |
String |
memo()
Obtain this currency's memo string, an arbitrary annotation associated with the currency when it was created. |
String |
name()
Obtain this currency's name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public JSONLiteral encode(EncodeControl control)
encode in interface Encodablecontrol - Encode control determining what flavor of encoding
should be done.
public String memo()
public String name()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||