|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cocome.tradingsystem.inventory.application.store.OrderEntryTO
public class OrderEntryTO
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.
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 |
---|
protected long amount
Constructor Detail |
---|
public OrderEntryTO()
Method Detail |
---|
public long getAmount()
public void setAmount(long amount)
amount
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |