|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.NamedObjectImpl oracle.jbo.server.NamedObjectImpl
Field Summary |
Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
Constructor Summary | |
NamedObjectImpl()
|
Method Summary | |
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
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
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
ht
- a hash table of properties.
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.