com.ibm.jtopenlite.command.program.openlist
Class ListInformation
java.lang.Object
com.ibm.jtopenlite.command.program.openlist.ListInformation
public class ListInformation
- extends Object
Constructor Summary |
ListInformation(int total,
int returned,
byte[] handle,
int length,
int complete,
String date,
int status,
int lengthOfInfo,
int first)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_COMPLETE
public static final int TYPE_COMPLETE
- See Also:
- Constant Field Values
TYPE_INCOMPLETE
public static final int TYPE_INCOMPLETE
- See Also:
- Constant Field Values
TYPE_PARTIAL
public static final int TYPE_PARTIAL
- See Also:
- Constant Field Values
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
STATUS_PENDING
public static final int STATUS_PENDING
- See Also:
- Constant Field Values
STATUS_BUILDING
public static final int STATUS_BUILDING
- See Also:
- Constant Field Values
STATUS_BUILT
public static final int STATUS_BUILT
- See Also:
- Constant Field Values
STATUS_ERROR
public static final int STATUS_ERROR
- See Also:
- Constant Field Values
STATUS_PRIMED
public static final int STATUS_PRIMED
- See Also:
- Constant Field Values
STATUS_OVERFLOW
public static final int STATUS_OVERFLOW
- See Also:
- Constant Field Values
STATUS_UNKNOWN
public static final int STATUS_UNKNOWN
- See Also:
- Constant Field Values
ListInformation
public ListInformation(int total,
int returned,
byte[] handle,
int length,
int complete,
String date,
int status,
int lengthOfInfo,
int first)
getTotalRecords
public int getTotalRecords()
getRecordsReturned
public int getRecordsReturned()
getRequestHandle
public byte[] getRequestHandle()
getRecordLength
public int getRecordLength()
getCompleteType
public int getCompleteType()
getDateAndTimeCreated
public String getDateAndTimeCreated()
getStatus
public int getStatus()
getLengthOfInformationReturned
public int getLengthOfInformationReturned()
getFirstRecord
public int getFirstRecord()