|
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
Base helper class to specify metadata regarding the location of Java Business Objects bussiness definitions. This class is the abstract superclass for ModuleInfo and PackageInfo, and contains methods for basic package information and a test for equality. This class should not be instantiated or subclassed again because Java Business Objects uses a module or a package. When working with packages, you are creating views into the default Application Module dynamically, based on the Entity Objects. When working with modules, you are working with predefined views assigned to a given Application Module. That Application Module is instantiated and you use views in the context of that Application Module.
Field Summary | |
protected java.lang.String |
_package
Field used for the name of the package where the Java Business Objects reside. |
Constructor Summary | |
AppModuleInfo(java.lang.String packagedesc)
Default constructor. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Returns true if the specified AppModuleInfo is the same as this AppModuleInfo. |
java.lang.String |
getPackage()
Gets the name of the package where your Java Business Objects definitions reside. |
void |
setPackage(java.lang.String pkg)
Specifies the name of the package where your Java Business Objects definitions reside. |
abstract java.lang.String |
toString()
Represents this class as a string. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String _package
Constructor Detail |
public AppModuleInfo(java.lang.String packagedesc)
Method Detail |
public void setPackage(java.lang.String pkg)
pkg
- the name of the package containing Java Business Objects definitions.public java.lang.String getPackage()
public boolean equals(java.lang.Object obj)
obj
- the AppModuleInfo you want to compare.
public abstract java.lang.String toString()
|
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.