|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.AppModuleInfo
oracle.dacf.dataset.ModuleInfo
Defines the location of a Java Business Objects Application Module.
This class is used when the DAC application will be utilizing a predefined Java Business Objects Application Module containing the View Objects, Entity Objects and business rules that define the operation behavior of the application with respect to database interaction.
Field Summary |
Fields inherited from class oracle.dacf.dataset.AppModuleInfo |
_package |
Constructor Summary | |
ModuleInfo()
Default constructor. |
|
ModuleInfo(java.lang.String pkg,
java.lang.String appModName)
Constructor requiring a package name and the name of an Application Module. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Returns true if the specified ModuleInfo is the same as this ModuleInfo. |
java.lang.String |
getAppModuleName()
Returns the name of the Application Module. |
void |
setAppModuleName(java.lang.String appModName)
Sets the name of the Application Module. |
java.lang.String |
toString()
Returns a string representation of this ModuleInfo. |
Methods inherited from class oracle.dacf.dataset.AppModuleInfo |
getPackage, setPackage |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ModuleInfo()
public ModuleInfo(java.lang.String pkg, java.lang.String appModName)
pkg
- the name of the package where your Java Business Objects
definitions reside.appModName
- the name of an Application Module.Method Detail |
public void setAppModuleName(java.lang.String appModName)
appModName
- the name of the Application Module.public java.lang.String getAppModuleName()
public boolean equals(java.lang.Object obj)
equals
in class AppModuleInfo
obj
- the AppModuleInfo you want to compare.
public java.lang.String toString()
toString
in class AppModuleInfo
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.