|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DBObject
Interface DBObject is the root of the database element class hierarchy.
Every database element class has DBObject as a superclass.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the DBObject. |
java.util.Properties |
getProperties()
Determines the current DBObject properties. |
java.lang.String |
getProperty(java.lang.String key)
Gets the DBObject property indicated by the specified key. |
java.lang.String |
getProperty(java.lang.String key,
java.lang.String def)
Gets the DBObject property indicated by the specified key. |
java.lang.String |
getUCName()
Returns the upper case name of the DBObject. |
void |
setProperty(java.lang.String key,
java.lang.String value)
Sets the DBObject property indicated by the specified key. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getUCName()
java.util.Properties getProperties()
java.lang.String getProperty(java.lang.String key)
key - the name of the DBObject property.
null
if there is no property with that key.
java.lang.String getProperty(java.lang.String key,
java.lang.String def)
key - the name of the DBObject property.def - a default value.
void setProperty(java.lang.String key,
java.lang.String value)
key - the name of the DBObject property.value - the value of the DBObject property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||