com.ibm.jtopenlite.command.program.openlist

Class ListInformation



  • public class ListInformation
    extends Object
    • Constructor Detail

      • ListInformation

        public ListInformation(int total,
                       int returned,
                       byte[] handle,
                       int length,
                       int complete,
                       String date,
                       int status,
                       int lengthOfInfo,
                       int first)
    • Method Detail

      • 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()