UIX 2.2.15

oracle.cabo.data.jbo.def
Class NamedObjectDefImpl

java.lang.Object
  |
  +--oracle.cabo.data.jbo.def.NamedObjectDefImpl
Direct Known Subclasses:
AppModuleDefImpl, RowDefImpl, RowSetIteratorDefImpl

public abstract class NamedObjectDefImpl
extends java.lang.Object

BC4J named object definition implementation.


Constructor Summary
NamedObjectDefImpl()

Method Summary
java.lang.String getName()
Returns the object name
void setName(java.lang.String name)
Sets the object name

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

NamedObjectDefImpl

public NamedObjectDefImpl()

Method Detail

getName

public java.lang.String getName()
Returns the object name

setName

public void setName(java.lang.String name)
Sets the object name

UIX 2.2.15