|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.comm.interfaces.ISeriesHostModuleBasic com.ibm.etools.iseries.comm.interfaces.ISeriesHostModule
public class ISeriesHostModule
This JavaBean represents the information that can be retrieved for an OS/400 *MODULE object. The class was originally created to represent the SPGL0100 format returned by the OS/400 list service program information api.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModule |
---|
copyright |
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic |
---|
PGM_LANG_C, PGM_LANG_CFAMILY, PGM_LANG_CL, PGM_LANG_COBOL, PGM_LANG_CPP, PGM_LANG_JAVA, PGM_LANG_NONCFAMILY, PGM_LANG_OPM, PGM_LANG_OPMCL, PGM_LANG_OPMCOBOL, PGM_LANG_OPMRPG, PGM_LANG_OTHER, PGM_LANG_PLX, PGM_LANG_RPG |
Constructor Summary | |
---|---|
ISeriesHostModule()
|
Method Summary | |
---|---|
String |
getDebugData()
Return the debug data for this module |
String |
getModuleAttribute()
Return the module attribute |
String |
getServiceProgramLibraryName()
Return the library name of the service program for this module |
String |
getServiceProgramName()
Return the name of the service program for this module |
String |
getSourceFileLibraryName()
Return the source file library name of this module |
String |
getSourceFileMemberName()
Return the source file member name of this module |
String |
getSourceFileName()
Return the source file name of this module |
void |
setDebugData(String data)
Set the debug data for this module |
void |
setModuleAttribute(String attribute)
Set the module attribute |
void |
setServiceProgramLibraryName(String name)
Set the library name of the service program for this module |
void |
setServiceProgramName(String name)
Set the name of the service program for this module |
void |
setSourceFileLibraryName(String name)
Set the source file library name of this module |
void |
setSourceFileMemberName(String name)
Set the source file member name of this module |
void |
setSourceFileName(String name)
Set the source file name of this module |
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostModuleBasic |
---|
getLanguageID, getModuleLibraryName, getModuleName, getProcedureList, isDebuggable, setDebuggable, setLanguageID, setModuleLibraryName, setModuleName, setProcedureList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic |
---|
getLanguageID, getModuleLibraryName, getModuleName, getProcedureList, isDebuggable, setDebuggable, setLanguageID, setModuleLibraryName, setModuleName, setProcedureList |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public ISeriesHostModule()
Method Detail |
---|
public String getServiceProgramName()
IISeriesHostModule
getServiceProgramName
in interface IISeriesHostModule
public String getServiceProgramLibraryName()
IISeriesHostModule
getServiceProgramLibraryName
in interface IISeriesHostModule
public String getSourceFileName()
IISeriesHostModule
getSourceFileName
in interface IISeriesHostModule
public String getSourceFileLibraryName()
IISeriesHostModule
getSourceFileLibraryName
in interface IISeriesHostModule
public String getSourceFileMemberName()
IISeriesHostModule
getSourceFileMemberName
in interface IISeriesHostModule
public String getModuleAttribute()
IISeriesHostModule
getModuleAttribute
in interface IISeriesHostModule
public String getDebugData()
IISeriesHostModule
getDebugData
in interface IISeriesHostModule
public void setServiceProgramName(String name)
IISeriesHostModule
setServiceProgramName
in interface IISeriesHostModule
public void setServiceProgramLibraryName(String name)
IISeriesHostModule
setServiceProgramLibraryName
in interface IISeriesHostModule
public void setSourceFileName(String name)
IISeriesHostModule
setSourceFileName
in interface IISeriesHostModule
public void setSourceFileLibraryName(String name)
IISeriesHostModule
setSourceFileLibraryName
in interface IISeriesHostModule
public void setSourceFileMemberName(String name)
IISeriesHostModule
setSourceFileMemberName
in interface IISeriesHostModule
public void setModuleAttribute(String attribute)
IISeriesHostModule
setModuleAttribute
in interface IISeriesHostModule
public void setDebugData(String data)
IISeriesHostModule
setDebugData
in interface IISeriesHostModule
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |