net.sf.jso.examples.banking
Class Operation

java.lang.Object
  extended bynet.sf.jso.examples.banking.Operation
All Implemented Interfaces:
Storable

public class Operation
extends java.lang.Object
implements Storable

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

Operation

public Operation()

Operation

public Operation(int anAmount)
Method Detail

getDate

public java.util.Date getDate()

getAmount

public int getAmount()