|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DBIdentifiable
This interface is implemented by classes who can properly save and restore a database ID, to uniquely identify the object at a particular row in the database.
| Method Summary | |
|---|---|
boolean |
canSaveDatabaseID()
Returns true if this object can safely store and retrieve a database ID, and false if the TYPE of object can, but this particular instance can not. |
java.lang.String |
databaseID()
Retrieve the unique contextual database ID for this object. |
void |
setDatabaseID(java.lang.String ID)
Set the unique contextual database ID for this object. |
| Method Detail |
|---|
java.lang.String databaseID()
canSaveDatabaseID(),
setDatabaseID(String)void setDatabaseID(java.lang.String ID)
ID - the unique contextual database ID for this object.canSaveDatabaseID(),
databaseID()boolean canSaveDatabaseID()
databaseID(),
setDatabaseID(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||