Class DuplicateHostPager

    • Field Detail

      • DEFAULT_CURRENT_PAGE_NUMBER

        public static final int DEFAULT_CURRENT_PAGE_NUMBER
        See Also:
        Constant Field Values
      • regularName

        public String regularName
      • duplicateHostName

        public String duplicateHostName
      • sortOrder

        public String sortOrder
      • createdBy

        public String createdBy
      • createdTime

        public String createdTime
      • versionNo

        public String versionNo
    • Constructor Detail

      • DuplicateHostPager

        public DuplicateHostPager()
    • Method Detail

      • clear

        public void clear()
      • getDefaultCurrentPageNumber

        protected int getDefaultCurrentPageNumber()
      • getAllRecordCount

        public int getAllRecordCount()
      • setAllRecordCount

        public void setAllRecordCount​(int allRecordCount)
      • getAllPageCount

        public int getAllPageCount()
      • setAllPageCount

        public void setAllPageCount​(int allPageCount)
      • isExistPrePage

        public boolean isExistPrePage()
      • setExistPrePage

        public void setExistPrePage​(boolean existPrePage)
      • isExistNextPage

        public boolean isExistNextPage()
      • setExistNextPage

        public void setExistNextPage​(boolean existNextPage)
      • getPageSize

        public int getPageSize()
      • setPageSize

        public void setPageSize​(int pageSize)
      • getCurrentPageNumber

        public int getCurrentPageNumber()
      • setCurrentPageNumber

        public void setCurrentPageNumber​(int currentPageNumber)
      • getPageNumberList

        public List<Integer> getPageNumberList()
      • setPageNumberList

        public void setPageNumberList​(List<Integer> pageNumberList)
      • getDefaultPageSize

        protected int getDefaultPageSize()