|
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.Objectcom.ibm.etools.iseries.util.evfparser.QSYSEventsFileExpansionRecord
public class QSYSEventsFileExpansionRecord
This class represents an Expansion record in an Events File.
| Field Summary | |
|---|---|
static String |
Copyright
|
| Fields inherited from interface com.ibm.etools.iseries.util.evfparser.IQSYSEventsFileRecordType |
|---|
ERROR_INFORMATION, EXPANSION, FEEDBACK_CODE, FILE_CONT, FILE_END, FILE_ID, MAP_DEFINE, MAP_END, MAP_START, PROCESSOR, PROGRAM, TIMESTAMP |
| Constructor Summary | |
|---|---|
QSYSEventsFileExpansionRecord()
|
|
| Method Summary | |
|---|---|
String |
getInputFileID()
Get the input file ID. |
String |
getInputLineEnd()
Get the input line end. |
String |
getInputLineStart()
Get the input line start. |
String |
getOutputFileID()
Get the output file ID. |
String |
getOutputLineEnd()
Get the output line end. |
String |
getOutputLineStart()
Get the output line start. |
String |
getRecordType()
Get the record type. |
String |
getVersion()
Get the version. |
void |
setInputFileID(String fileID)
Set the input file ID. |
void |
setInputLineEnd(String lineEnd)
Set the input line end. |
void |
setInputLineStart(String lineStart)
Set the input line start. |
void |
setOutputFileID(String fileID)
Set the output file ID. |
void |
setOutputLineEnd(String lineEnd)
Set the output line end. |
void |
setOutputLineStart(String lineStart)
Set the output line start. |
void |
setVersion(String _version)
Set the version. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String Copyright
| Constructor Detail |
|---|
public QSYSEventsFileExpansionRecord()
| Method Detail |
|---|
public String getRecordType()
IQSYSEventsFileRecordType
getRecordType in interface IQSYSEventsFileRecordTypecom.ibm.etools.iseries.core.evfparser.IISeriesEventsFileRecordType#getRecordType()public String getInputFileID()
public void setInputFileID(String fileID)
the - input file IDpublic String getInputLineEnd()
public void setInputLineEnd(String lineEnd)
the - input line endpublic String getInputLineStart()
public void setInputLineStart(String lineStart)
the - input line startpublic String getOutputFileID()
public void setOutputFileID(String fileID)
the - output file IDpublic String getOutputLineEnd()
public void setOutputLineEnd(String lineEnd)
the - output line endpublic String getOutputLineStart()
public void setOutputLineStart(String lineStart)
the - output line startpublic String getVersion()
public void setVersion(String _version)
the - versionpublic String toString()
toString in class Object
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||