|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.addins.runtime.beanRef.DefinitionInfo
A class used by BeanRef class to store and retrieve its configuration file and object full path inforamtion.
| Constructor Summary | |
DefinitionInfo()Default constructor. | |
DefinitionInfo(java.lang.String initString)Constructor that takes a string | |
DefinitionInfo(java.lang.String configName, java.lang.String path)Constructor that takes a configuration file name and object full path | |
| Method Summary | |
java.lang.String |
getConfigName()retrieves the name of the configuration file |
java.lang.String |
getPath()specifies the full path of the Object |
void |
setConfigName(java.lang.String configName)specifies the name of the configuration file |
void |
setPath(java.lang.String path)specifies the full path of the Object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefinitionInfo()
public DefinitionInfo(java.lang.String initString)
initString - contains information about the configuration file and object full path in the following format: [configName]:definition
public DefinitionInfo(java.lang.String configName,
java.lang.String path)
configName - the name of the configuration filepath - the full path of the object such as "folder1/object1"| Method Detail |
public void setConfigName(java.lang.String configName)
configName - the name of the configuration filepublic java.lang.String getConfigName()
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - the full path of the object
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||