|
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.util.evfparser.QSYSEventsFileFeedbackCodeRecord
public class QSYSEventsFileFeedbackCodeRecord
This class represents a Feedback Code 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 | |
---|---|
QSYSEventsFileFeedbackCodeRecord()
|
Method Summary | |
---|---|
String |
getReasonCode()
Get the reason code. |
String |
getRecordType()
Get the record type. |
String |
getReturnCode()
Get the return code. |
void |
setReasonCode(String reasonCode)
Set the reason code. |
void |
setReturnCode(String returnCode)
Set the return code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public QSYSEventsFileFeedbackCodeRecord()
Method Detail |
---|
public String getRecordType()
IQSYSEventsFileRecordType
getRecordType
in interface IQSYSEventsFileRecordType
com.ibm.etools.iseries.core.evfparser.IISeriesEventsFileRecordType#getRecordType()
public void setReturnCode(String returnCode)
the
- return codepublic String getReturnCode()
public void setReasonCode(String reasonCode)
the
- reason codepublic String getReasonCode()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |