|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.jbo.common.NamedObjectImpl
|
+--oracle.jbo.server.NamedObjectImpl
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
| Constructor Summary |
NamedObjectImpl()
|
| Method Summary |
| Type | Method |
|---|---|
protected void |
setName(java.lang.String name)
Name this object. |
protected void |
setParent(NamedObjectImpl parent)
refactoring: this method is protected in common, so needs to be explicitly referenced here |
protected void |
setPropertiesMap(com.sun.java.util.collections.HashMap ht)
Replaces all properties. |
| Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getName, getParent,
getProperties, getPropertiesAsStrings, getPropertiesMap,
getProperty, refreshProperty, setFullName,
setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NamedObjectImpl()
| Method Detail |
protected void setParent(NamedObjectImpl parent)
setParent in class NamedObjectImploracle.jbo.common.NamedObjectImplparent - the named object that is to be the parent of this object.protected void setName(java.lang.String name)
NamedObjectImplsetName in class NamedObjectImploracle.jbo.common.NamedObjectImplname - the name to be given to this object.protected void setPropertiesMap(com.sun.java.util.collections.HashMap ht)
NamedObjectImplAll existing properties are lost.
setPropertiesMap in class NamedObjectImploracle.jbo.common.NamedObjectImplht - a hash table of properties.
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||