Class RecordsData


  • public class RecordsData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer firstRow  
      java.lang.Integer itemsNumber
      Фактическое количество найденных записей
      java.lang.Integer lastRow  
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordsData()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RecordsData create​(ru.clinicainfo.xml.XMLItem parent)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • itemsNumber

        public java.lang.Integer itemsNumber
        Фактическое количество найденных записей
      • firstRow

        public java.lang.Integer firstRow
      • lastRow

        public java.lang.Integer lastRow
    • Constructor Detail

      • RecordsData

        public RecordsData()
    • Method Detail

      • create

        @Nullable
        public static RecordsData create​(ru.clinicainfo.xml.XMLItem parent)