UIX 2.2.15

oracle.cabo.data.jbo.def
Class NestedAppModuleDefImpl

java.lang.Object
  |
  +--oracle.cabo.data.jbo.def.NamedObjectDefImpl
        |
        +--oracle.cabo.data.jbo.def.AppModuleDefImpl
              |
              +--oracle.cabo.data.jbo.def.NestedAppModuleDefImpl
All Implemented Interfaces:
AppModuleDef, NestedAppModuleDef

public class NestedAppModuleDefImpl
extends AppModuleDefImpl
implements NestedAppModuleDef

BC4J ApplicationModule definition implementation.


Constructor Summary
NestedAppModuleDefImpl()

Method Summary
boolean isAutoCreate()
Returns true if the ApplicationModule should be automatically created when not found.
void setAutoCreate(boolean autoCreate)
Sets whether the ApplicationModule should be automatically created when not found.

Methods inherited from class oracle.cabo.data.jbo.def.AppModuleDefImpl
findAppModuleDef, findViewObjectDef, getDefFullName, setAppModuleDefs, setDefFullName, setViewObjectDefs

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.AppModuleDef
findAppModuleDef, findViewObjectDef, getDefFullName, getName

Constructor Detail

NestedAppModuleDefImpl

public NestedAppModuleDefImpl()

Method Detail

isAutoCreate

public boolean isAutoCreate()
Returns true if the ApplicationModule should be automatically created when not found.
Specified by:
isAutoCreate in interface NestedAppModuleDef

setAutoCreate

public void setAutoCreate(boolean autoCreate)
Sets whether the ApplicationModule should be automatically created when not found.

UIX 2.2.15