|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cocome.tradingsystem.inventory.application.reporting.StoreTO
public class StoreTO
StoreTO
is used as transfer object class for transferring basic store 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 |
id
|
protected java.lang.String |
location
|
protected java.lang.String |
name
|
Constructor Summary | |
---|---|
StoreTO()
|
Method Summary | |
---|---|
long |
getId()
Gets the unique identifier of the OrderTO instance. |
java.lang.String |
getLocation()
Gets location of store. |
java.lang.String |
getName()
Gets name of store. |
void |
setId(long id)
|
void |
setLocation(java.lang.String location)
Sets location of this store. |
void |
setName(java.lang.String name)
Sets name of store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long id
protected java.lang.String name
protected java.lang.String location
Constructor Detail |
---|
public StoreTO()
Method Detail |
---|
public long getId()
OrderTO
instance.
public void setId(long id)
id
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- New store namepublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- Location string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |