T
public class PageWrapper<T> extends Object implements Serializable
PageWrapper()
PageWrapper(Page page)
List<T>
getDataList()
Page
getPage()
void
setDataList(List<T> dataList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PageWrapper()
public PageWrapper(Page page)
public Page getPage()
public List<T> getDataList()
public void setDataList(List<T> dataList)
Copyright © 2018. All rights reserved.