|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileFileIDRecord
This class represents a File ID record in an events file.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.iseries.core.evfparser.IISeriesEventsFileRecordType |
---|
ERROR_INFORMATION, FEEDBACK_CODE, FILE_CONT, FILE_END, FILE_ID, MAP_DEFINE, MAP_END, MAP_START, PROCESSOR, PROGRAM, TIMESTAMP |
Constructor Summary | |
---|---|
ISeriesEventsFileFileIDRecord()
|
Method Summary | |
---|---|
String |
getFilename()
Get the filename. |
String |
getFlag()
Get the flag. |
String |
getLength()
Get the length. |
String |
getLine()
Get the line. |
String |
getRecordType()
Get the record type. |
String |
getSourceId()
Get the source id. |
String |
getTimestamp()
Get the timestamp. |
String |
getVersion()
Get the version. |
void |
setFilename(String filename)
Set the filename. |
void |
setFlag(String flag)
Set the flag. |
void |
setLength(String length)
Set the length. |
void |
setLine(String line)
Set the line. |
void |
setSourceId(String sourceId)
Set the source id. |
void |
setTimestamp(String timestamp)
Set the timestamp. |
void |
setVersion(String version)
Set the version. |
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 ISeriesEventsFileFileIDRecord()
Method Detail |
public String getRecordType()
IISeriesEventsFileRecordType
getRecordType
in interface IISeriesEventsFileRecordType
IISeriesEventsFileRecordType.getRecordType()
public void setVersion(String version)
public String getVersion()
public void setSourceId(String sourceId)
public String getSourceId()
public void setLine(String line)
public String getLine()
public void setLength(String length)
public String getLength()
public void setFilename(String filename)
public String getFilename()
public void setTimestamp(String timestamp)
public String getTimestamp()
public void setFlag(String flag)
public String getFlag()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |