com.ibm.jtopenlite.command.program
Class GetListEntries
java.lang.Object
com.ibm.jtopenlite.command.program.ProgramAdapter
com.ibm.jtopenlite.command.program.GetListEntries
- All Implemented Interfaces:
- Program
public class GetListEntries
- extends ProgramAdapter
QGYGTLE
|
Constructor Summary |
GetListEntries(int lengthOfReceiverVariable,
byte[] requestHandle,
int recordLength,
int numberOfRecordsToReturn,
int startingRecord,
ListEntryFormat formatter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetListEntries
public GetListEntries(int lengthOfReceiverVariable,
byte[] requestHandle,
int recordLength,
int numberOfRecordsToReturn,
int startingRecord,
ListEntryFormat formatter)
getFormatter
public ListEntryFormat getFormatter()
setFormatter
public void setFormatter(ListEntryFormat formatter)
getLengthOfReceiverVariable
public int getLengthOfReceiverVariable()
setLengthOfReceiverVariable
public void setLengthOfReceiverVariable(int length)
getListInformation
public ListInformation getListInformation()
getRequestHandle
public byte[] getRequestHandle()
setRequestHandle
public void setRequestHandle(byte[] requestHandle)
getRecordLength
public int getRecordLength()
setRecordLength
public void setRecordLength(int recordLength)
getNumberOfRecordsToReturn
public int getNumberOfRecordsToReturn()
setNumberOfRecordsToReturn
public void setNumberOfRecordsToReturn(int numberOfRecordsToReturn)
getStartingRecord
public int getStartingRecord()
setStartingRecord
public void setStartingRecord(int startingRecord)