T
public class PageResult<T> extends Object
PageResult(List<T> resultList, long count)
long
getCount()
List<T>
getResultList()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PageResult(List<T> resultList, long count)
public long getCount()
public List<T> getResultList()
public String toString()
toString
Object
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.