Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class ModuleInfo

java.lang.Object
  extended byoracle.dacf.dataset.AppModuleInfo
      extended byoracle.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

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

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.
Method Detail

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:
obj - the AppModuleInfo 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.

Specified by:
toString in class AppModuleInfo
Returns:
String conversion.

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.