oracle.cabo.data.jbo.def
Class AppModuleDefImpl
java.lang.Object
|
+--oracle.cabo.data.jbo.def.NamedObjectDefImpl
|
+--oracle.cabo.data.jbo.def.AppModuleDefImpl
- Direct Known Subclasses:
- NestedAppModuleDefImpl, RootAppModuleDefImpl
- public abstract class AppModuleDefImpl
- extends NamedObjectDefImpl
BC4J ApplicationModule definition implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppModuleDefImpl
public AppModuleDefImpl()
getDefFullName
public java.lang.String getDefFullName()
- Returns the ApplicationModule definition full name
setDefFullName
public void setDefFullName(java.lang.String defFullName)
- Sets the ApplicationModule definition full name
setAppModuleDefs
public void setAppModuleDefs(AppModuleDef[] appModuleDefs)
setViewObjectDefs
public void setViewObjectDefs(ViewObjectDef[] viewObjectDefs)
findAppModuleDef
public NestedAppModuleDef findAppModuleDef(java.lang.String name)
- Finds the nested AppModuleDef by name
findViewObjectDef
public ViewObjectDef findViewObjectDef(java.lang.String name)
- Finds the ViewObjectDef by name