Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.addins.runtime.beanRef
Class DefinitionInfo

java.lang.Object
  |
  +--oracle.dss.addins.runtime.beanRef.DefinitionInfo
All Implemented Interfaces:
java.lang.Cloneable

public class DefinitionInfo
extends java.lang.Object
implements java.lang.Cloneable

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

DefinitionInfo

public DefinitionInfo()
Default constructor.

DefinitionInfo

public DefinitionInfo(java.lang.String initString)
Constructor that takes a string
Parameters:
initString - contains information about the configuration file and object full path in the following format: [configName]:definition

DefinitionInfo

public DefinitionInfo(java.lang.String configName,
                      java.lang.String path)
Constructor that takes a configuration file name and object full path
Parameters:
configName - the name of the configuration file
path - the full path of the object such as "folder1/object1"
Method Detail

setConfigName

public void setConfigName(java.lang.String configName)
specifies the name of the configuration file
Parameters:
configName - the name of the configuration file

getConfigName

public java.lang.String getConfigName()
retrieves the name of the configuration file
Returns:
the name of the configuration file

getPath

public java.lang.String getPath()
specifies the full path of the Object
Returns:
the full path of the Object

setPath

public void setPath(java.lang.String path)
specifies the full path of the Object
Parameters:
path - the full path of the object

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.