org.cocome.tradingsystem.inventory.application.store
Class OrderEntryTO

java.lang.Object
  extended by org.cocome.tradingsystem.inventory.application.store.OrderEntryTO
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComplexOrderEntryTO

public class OrderEntryTO
extends java.lang.Object
implements java.io.Serializable

OrderEntryTO is used as transfer object class for transferring basic order entry information between client and the service-oriented application layer. It contains either copies of persisted data which are transferred to the client, or data which is transferred from the client to the application layer for being processed and persisted.

Author:
herold
See Also:
Serialized Form

Field Summary
protected  long amount
           
 
Constructor Summary
OrderEntryTO()
           
 
Method Summary
 long getAmount()
          Gets value of amount attribute of an order entry.
 void setAmount(long amount)
          Sets value of amount attribute of an order entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

protected long amount
Constructor Detail

OrderEntryTO

public OrderEntryTO()
Method Detail

getAmount

public long getAmount()
Gets value of amount attribute of an order entry.

Returns:
Amount.

setAmount

public void setAmount(long amount)
Sets value of amount attribute of an order entry.

Parameters:
amount -