public class PageParam extends Object
PageParam(int skip, int limit)
boolean
equals(Object obj)
int
getLimit()
getSkip()
hashCode()
PageParam
setLimit(int limit)
setSkip(int skip)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public PageParam(int skip, int limit)
public int getSkip()
public PageParam setSkip(int skip)
public int getLimit()
public PageParam setLimit(int limit)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2017. All rights reserved.