|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DBInterface
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 |
|---|
java.lang.String getKey()
java.lang.String getKeyName()
void setProperties(java.util.Properties p)
java.util.Properties getProperties()
java.lang.Object clone()
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||