|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataTransferObject
General interface for data tranfer objects (objects that are created in order to transfer data into and from several architectural layers).
Method Summary | |
---|---|
Object |
getObject(String key)
These methods can be used to store additional parameters into this DTO. |
void |
setObject(String key,
Object object)
These methods can be used to store additional parameters into this DTO. |
Method Detail |
---|
Object getObject(String key)
key
- : cannot be null
void setObject(String key, Object object)
key.
- Cannot be nullobject.
- If set to null, the key/object pair will be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |