Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server
Class NamedObjectImpl

java.lang.Object
  extended byoracle.jbo.common.NamedObjectImpl
      extended byoracle.jbo.server.NamedObjectImpl

Direct Known Subclasses:
ComponentObjectImpl

public class NamedObjectImpl
extends 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

NamedObjectImpl

public NamedObjectImpl()

Method Detail

setParent

protected void setParent(NamedObjectImpl parent)
refactoring: this method is protected in common, so needs to be explicitly referenced here
Overrides:
setParent in class NamedObjectImpl
Parameters:
parent - the named object that is to be the parent of this object.

setName

protected void setName(java.lang.String name)
Description copied from class: NamedObjectImpl
Name this object.
Overrides:
setName in class NamedObjectImpl
Parameters:
name - the name to be given to this object.

setPropertiesMap

protected void setPropertiesMap(com.sun.java.util.collections.HashMap ht)
Description copied from class: NamedObjectImpl
Replaces all properties.

All existing properties are lost.

Overrides:
setPropertiesMap in class NamedObjectImpl
Parameters:
ht - a hash table of properties.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.