|
SL-GMS Enterprise RTView Customization | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
public class GmsRtViewDsBaseProperties
This class contains base metadata that describes an Enterprise RTView
Data Adapter, including descriptive information and the names of auxiliary
classes and files.
The base properties are set during initialization, in the method
GmsRtViewDs.initDsBaseProperties(),
and cannot be changed after initialization is complete. Note that the
base properties are set from the GmsRtViewDs constructor,
before any command-line arguments or ds options have been processed.
| Method Summary | |
|---|---|
protected java.lang.Object |
clone()
|
java.lang.String |
getAdapterClassName()
Get the name of the adapter class for this datasource. |
java.lang.String |
getDsDescription()
Get the description string associated with this datasource. |
java.lang.String |
getDsKey()
Get the key string associated with this datasource. |
java.lang.String |
getOptionFileName()
Get the name of the option file to read/write for this datasource. |
void |
setAdapterClassName(java.lang.String className)
Set the name of the adapter class for this datasource. |
void |
setDsDescription(java.lang.String dsDescription)
Set the description string associated with this datasource. |
void |
setDsKey(java.lang.String dsKey)
Set the key string associated with this datasource. |
void |
setOptionFileName(java.lang.String fileName)
Set the name of the option file to read/write for this datasource. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String getAdapterClassName()
public java.lang.String getDsDescription()
public java.lang.String getDsKey()
public java.lang.String getOptionFileName()
public void setAdapterClassName(java.lang.String className)
className - the class name of the adapterpublic void setDsDescription(java.lang.String dsDescription)
dsDescription - the datasource descriptionpublic void setDsKey(java.lang.String dsKey)
dsKey - the datasource keypublic void setOptionFileName(java.lang.String fileName)
fileName - the name of the option filepublic java.lang.String toString()
toString in class java.lang.Object
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||