com.ibm.jtopenlite.command.program
Class GetListEntries

java.lang.Object
  extended by com.ibm.jtopenlite.command.program.ProgramAdapter
      extended by 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)
           
 
Method Summary
 ListEntryFormat getFormatter()
           
 int getLengthOfReceiverVariable()
           
 ListInformation getListInformation()
           
 int getNumberOfRecordsToReturn()
           
 int getRecordLength()
           
 byte[] getRequestHandle()
           
 int getStartingRecord()
           
 void setFormatter(ListEntryFormat formatter)
           
 void setLengthOfReceiverVariable(int length)
           
 void setNumberOfRecordsToReturn(int numberOfRecordsToReturn)
           
 void setRecordLength(int recordLength)
           
 void setRequestHandle(byte[] requestHandle)
           
 void setStartingRecord(int startingRecord)
           
 
Methods inherited from class com.ibm.jtopenlite.command.program.ProgramAdapter
getNumberOfParameters, getParameterInputData, getParameterInputLength, getParameterOutputLength, getParameterType, getProgramLibrary, getProgramName, getTempDataBuffer, newCall, setParameterOutputData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetListEntries

public GetListEntries(int lengthOfReceiverVariable,
                      byte[] requestHandle,
                      int recordLength,
                      int numberOfRecordsToReturn,
                      int startingRecord,
                      ListEntryFormat formatter)
Method Detail

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)