Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.util.evfparser
Class QSYSEventsFileExpansionRecord

java.lang.Object
  extended by com.ibm.etools.iseries.util.evfparser.QSYSEventsFileExpansionRecord
All Implemented Interfaces:
IQSYSEventsFileRecordType

public class QSYSEventsFileExpansionRecord
extends Object
implements IQSYSEventsFileRecordType

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

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

QSYSEventsFileExpansionRecord

public QSYSEventsFileExpansionRecord()
Method Detail

getRecordType

public String getRecordType()
Description copied from interface: IQSYSEventsFileRecordType
Get the record type.

Specified by:
getRecordType in interface IQSYSEventsFileRecordType
Returns:
the record type.
See Also:
com.ibm.etools.iseries.core.evfparser.IISeriesEventsFileRecordType#getRecordType()

getInputFileID

public String getInputFileID()
Get the input file ID.

Returns:
the input file ID

setInputFileID

public void setInputFileID(String fileID)
Set the input file ID.

Parameters:
the - input file ID

getInputLineEnd

public String getInputLineEnd()
Get the input line end.

Returns:
the input line end

setInputLineEnd

public void setInputLineEnd(String lineEnd)
Set the input line end.

Parameters:
the - input line end

getInputLineStart

public String getInputLineStart()
Get the input line start.

Returns:
the input line start

setInputLineStart

public void setInputLineStart(String lineStart)
Set the input line start.

Parameters:
the - input line start

getOutputFileID

public String getOutputFileID()
Get the output file ID.

Returns:
the output file ID

setOutputFileID

public void setOutputFileID(String fileID)
Set the output file ID.

Parameters:
the - output file ID

getOutputLineEnd

public String getOutputLineEnd()
Get the output line end.

Returns:
the output line end

setOutputLineEnd

public void setOutputLineEnd(String lineEnd)
Set the output line end.

Parameters:
the - output line end

getOutputLineStart

public String getOutputLineStart()
Get the output line start.

Returns:
the output line start

setOutputLineStart

public void setOutputLineStart(String lineStart)
Set the output line start.

Parameters:
the - output line start

getVersion

public String getVersion()
Get the version.

Returns:
the version

setVersion

public void setVersion(String _version)
Set the version.

Parameters:
the - version

toString

public String toString()
Overrides:
toString in class Object

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.