Class GluePageSetImpl

All Implemented Interfaces:
GluePageSet, GlueRowSet<GlueRow<String,Object>>, Serializable, Cloneable, Iterable<GlueRow<String,Object>>, Collection<GlueRow<String,Object>>, List<GlueRow<String,Object>>, RandomAccess, SequencedCollection<GlueRow<String,Object>>

public class GluePageSetImpl extends GlueRowSetImpl implements GluePageSet
Database 테이블의 복수 개의 레코드를 표현하는 Value Object. 복수 개의 레코드는 하나의 GlueRowSetImpl 오브젝트로 표현된다.
See Also:
  • Field Details

    • totalRowCount

      protected int totalRowCount
      Total Row Count
    • pageSize

      protected int pageSize
      Page Size
    • currentPage

      protected int currentPage
      current page number
  • Constructor Details

    • GluePageSetImpl

      public GluePageSetImpl()
      생성자(constructor).
    • GluePageSetImpl

      public GluePageSetImpl(List<GlueRow<String,Object>> rows)
      생성자(constructor).
      Parameters:
      rows -
  • Method Details

    • getCurrentPage

      public int getCurrentPage()
      Description copied from interface: GluePageSet
      현재 Page 번호를 넘겨 준다.
      Specified by:
      getCurrentPage in interface GluePageSet
      Returns:
      Current Page
    • setCurrentPage

      public void setCurrentPage(int currentPage)
      Description copied from interface: GluePageSet
      currentPage 를 설정한다.
      Specified by:
      setCurrentPage in interface GluePageSet
      Parameters:
      currentPage - 현재 page 번호
    • getPageSize

      public int getPageSize()
      Description copied from interface: GluePageSet
      Page Size를 Return 한다.
      Specified by:
      getPageSize in interface GluePageSet
      Returns:
      Page Size
    • setPageSize

      public void setPageSize(int pageSize)
      Description copied from interface: GluePageSet
      Page Size를 설정한다.
      Specified by:
      setPageSize in interface GluePageSet
      Parameters:
      pageSize - Page 단위
    • getTotalRowCount

      public int getTotalRowCount()
      Description copied from interface: GluePageSet
      조회된 실제적인 총 레코드 개수를 확인한다.
      Specified by:
      getTotalRowCount in interface GluePageSet
      Returns:
      총 레코드 개수
    • setTotalRowCount

      public void setTotalRowCount(int size)
      Description copied from interface: GluePageSet
      총 레코드 개수를 설정한다.
      Specified by:
      setTotalRowCount in interface GluePageSet
      Parameters:
      size - 총 레코드 개수