cn.gtmap.estateplat.core.support.mybatis.page.model
类 PageImpl<T>

java.lang.Object
  继承者 cn.gtmap.estateplat.core.support.mybatis.page.model.PageImpl<T>
所有已实现的接口:
Page<T>, Serializable

public class PageImpl<T>
extends Object
implements Page<T>, Serializable

Date Created 2014-2-26

版本:
1.0
作者:
loafer[zjh527@gmail.com]
另请参见:
序列化表格

构造方法摘要
PageImpl(Collection<? extends T> content, int page, int total, int limit)
           
PageImpl(Collection<? extends T> content, int total, org.springframework.data.domain.Pageable pageable)
           
 
方法摘要
 int getItemSize()
           
 int getPage()
           
 int getPageSize()
           
 int getRecords()
           
 T getRow(int index)
           
 List<T> getRows()
           
 int getStatus()
           
 int getTotal()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PageImpl

public PageImpl(Collection<? extends T> content,
                int page,
                int total,
                int limit)

PageImpl

public PageImpl(Collection<? extends T> content,
                int total,
                org.springframework.data.domain.Pageable pageable)
方法详细信息

getTotal

public int getTotal()
指定者:
接口 Page<T> 中的 getTotal

getRecords

public int getRecords()
指定者:
接口 Page<T> 中的 getRecords

getPage

public int getPage()
指定者:
接口 Page<T> 中的 getPage

getPageSize

public int getPageSize()
指定者:
接口 Page<T> 中的 getPageSize

getItemSize

public int getItemSize()
指定者:
接口 Page<T> 中的 getItemSize

getRows

public List<T> getRows()
指定者:
接口 Page<T> 中的 getRows

getRow

public T getRow(int index)
指定者:
接口 Page<T> 中的 getRow

getStatus

public int getStatus()
指定者:
接口 Page<T> 中的 getStatus


Copyright © 2015–2021 cn.gtmap. All rights reserved.