|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jso.examples.banking.Operation
Operation over a banck account. (Immutable)
Constructor Summary | |
Operation()
|
|
Operation(int anAmount)
|
Method Summary | |
int |
getAmount()
|
java.util.Date |
getDate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Operation()
public Operation(int anAmount)
Method Detail |
public java.util.Date getDate()
public int getAmount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |