com.ibm.jtopenlite.command.program.openlist

Class ListInformation

  • java.lang.Object
    • com.ibm.jtopenlite.command.program.openlist.ListInformation


  • public class ListInformation
    extends java.lang.Object
    • Constructor Detail

      • ListInformation

        public ListInformation(int total,
                       int returned,
                       byte[] handle,
                       int length,
                       int complete,
                       java.lang.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 java.lang.String getDateAndTimeCreated()
      • getStatus

        public int getStatus()
      • getLengthOfInformationReturned

        public int getLengthOfInformationReturned()
      • getFirstRecord

        public int getFirstRecord()