oracle.dacf.dataset
Class ModuleInfo
java.lang.Object
|
+--oracle.dacf.dataset.AppModuleInfo
|
+--oracle.dacf.dataset.ModuleInfo
- public class ModuleInfo
- extends AppModuleInfo
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.
- Version:
- SDK
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 java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ModuleInfo
public ModuleInfo()
- Default constructor.
ModuleInfo
public ModuleInfo(java.lang.String pkg,
java.lang.String appModName)
- Constructor requiring a package name and the name of an Application Module.
- Parameters:
pkg
- the name of the package where your Java Business Objects
definitions reside.appModName
- the name of an Application Module.
setAppModuleName
public void setAppModuleName(java.lang.String appModName)
- Sets the name of the Application Module.
- Parameters:
appModName
- the name of the Application Module.
getAppModuleName
public java.lang.String getAppModuleName()
- Returns the name of the Application Module.
- Returns:
- the name of the Application Module.
equals
public boolean equals(java.lang.Object obj)
- Returns true if the specified ModuleInfo
is the same as this ModuleInfo.
- Overrides:
equals
in class AppModuleInfo
- Parameters:
the
- ModuleInfo you want to compare.- Returns:
- true if the specified ModuleInfo is the same
as this ModuleInfo.
toString
public java.lang.String toString()
- Returns a string representation of this ModuleInfo.
- Overrides:
toString
in class AppModuleInfo
- Returns:
- String conversion.