public class Paging<T> extends Object
Paging()
Paging(long count, List<T> objects)
long
getCount()
List
getFields(Object field)
List<T>
getObjects()
void
setCount(long count)
setObjects(List<T> objects)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Paging(long count, List<T> objects)
public Paging()
public long getCount()
public void setCount(long count)
public List<T> getObjects()
public void setObjects(List<T> objects)
public List getFields(Object field)
public String toString()
toString
Object
Copyright © 2020. All rights reserved.