UIX 2.2.15

oracle.cabo.data.jbo.def
Class ViewObjectDefImpl

java.lang.Object
  |
  +--oracle.cabo.data.jbo.def.NamedObjectDefImpl
        |
        +--oracle.cabo.data.jbo.def.RowSetIteratorDefImpl
              |
              +--oracle.cabo.data.jbo.def.RowSetDefImpl
                    |
                    +--oracle.cabo.data.jbo.def.ViewObjectDefImpl
All Implemented Interfaces:
RowSetDef, RowSetIteratorDef, ViewObjectDef

public class ViewObjectDefImpl
extends RowSetDefImpl
implements ViewObjectDef

BC4J ViewObject definition implementation.


Constructor Summary
ViewObjectDefImpl()

Method Summary
RowSetDef findRowSetDef(java.lang.String name)
Finds the nested RowSetDef by name
java.lang.String getDefFullName()
Returns the ViewObject definition full name
void setDefFullName(java.lang.String defFullName)
Sets the ViewObject definition full name
void setRowSetDefs(RowSetDef[] rowSetDefs)

Methods inherited from class oracle.cabo.data.jbo.def.RowSetDefImpl
findRowSetIteratorDef, isForwardOnly, setForwardOnly, setRowSetIteratorDefs

Methods inherited from class oracle.cabo.data.jbo.def.RowSetIteratorDefImpl
findRowDef, getRangeSize, isAutoCreate, setAutoCreate, setRangeSize, setRowDefs

Methods inherited from class oracle.cabo.data.jbo.def.NamedObjectDefImpl
getName, setName

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

Methods inherited from interface oracle.cabo.data.jbo.def.ViewObjectDef
getName, isAutoCreate

Methods inherited from interface oracle.cabo.data.jbo.def.RowSetDef
findRowSetIteratorDef, isForwardOnly

Methods inherited from interface oracle.cabo.data.jbo.def.RowSetIteratorDef
findRowDef, getRangeSize

Constructor Detail

ViewObjectDefImpl

public ViewObjectDefImpl()

Method Detail

getDefFullName

public java.lang.String getDefFullName()
Returns the ViewObject definition full name
Specified by:
getDefFullName in interface ViewObjectDef

setDefFullName

public void setDefFullName(java.lang.String defFullName)
Sets the ViewObject definition full name

setRowSetDefs

public void setRowSetDefs(RowSetDef[] rowSetDefs)

findRowSetDef

public RowSetDef findRowSetDef(java.lang.String name)
Finds the nested RowSetDef by name
Specified by:
findRowSetDef in interface ViewObjectDef

UIX 2.2.15