クラス BadWordPager

  • すべての実装されたインタフェース:
    java.io.Serializable

    public class BadWordPager
    extends java.lang.Object
    implements java.io.Serializable
    関連項目:
    直列化された形式
    • フィールドの詳細

      • DEFAULT_CURRENT_PAGE_NUMBER

        public static final int DEFAULT_CURRENT_PAGE_NUMBER
        関連項目:
        定数フィールド値
      • id

        public java.lang.String id
      • suggestWord

        public java.lang.String suggestWord
      • createdBy

        public java.lang.String createdBy
      • createdTime

        public java.lang.String createdTime
      • versionNo

        public java.lang.String versionNo
    • コンストラクタの詳細

      • BadWordPager

        public BadWordPager()
    • メソッドの詳細

      • 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 java.util.List<java.lang.Integer> getPageNumberList()
      • setPageNumberList

        public void setPageNumberList​(java.util.List<java.lang.Integer> pageNumberList)
      • getDefaultPageSize

        protected int getDefaultPageSize()