|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
All Persistent objects which need to be stored either in a Relational Database System or Serialized flat files, should implement this interface.
| Method Summary | |
java.lang.Object |
clone()
A method to return a new object which is a clone of this object. |
java.lang.String |
getKey()
This is the primary key value of the persistent object. |
java.lang.String |
getKeyName()
The field which is used as key for the object. |
java.util.Properties |
getProperties()
Should return the fields and the values of the object in a Properties object. |
void |
setProperties(java.util.Properties p)
This method should take in the values of all the fields in the object in a Properties Object and set them. |
| Method Detail |
public java.lang.String getKey()
public java.lang.String getKeyName()
public void setProperties(java.util.Properties p)
public java.util.Properties getProperties()
public java.lang.Object clone()
clone in class java.lang.Object
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||