|
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 NamedObjectImpl
oracle.jbo.common.NamedObjectImpl
parent
- the named object that is to be the parent of this object.protected void setName(java.lang.String name)
NamedObjectImpl
setName
in class NamedObjectImpl
oracle.jbo.common.NamedObjectImpl
name
- the name to be given to this object.protected void setPropertiesMap(com.sun.java.util.collections.HashMap ht)
NamedObjectImpl
All existing properties are lost.
setPropertiesMap
in class NamedObjectImpl
oracle.jbo.common.NamedObjectImpl
ht
- a hash table of properties.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |