|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.seaf.common.PagedInfo
public class PagedInfo
Information on the page (subset) of result set being returned.
| Constructor Summary | |
|---|---|
PagedInfo()
Default constructor of JavaBean PagedInfo. |
|
PagedInfo(Integer fromRecNo,
Integer total)
Full constructor of JavaBean PagedInfo. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
Integer |
getFromRecNo()
Default getter for property fromRecNo. |
Integer |
getTotal()
Default getter for property total. |
int |
hashCode()
|
void |
setFromRecNo(Integer fromRecNo)
Default setter for property fromRecNo. |
void |
setTotal(Integer total)
Default setter for property total. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PagedInfo()
public PagedInfo(Integer fromRecNo,
Integer total)
fromRecNo - total - | Method Detail |
|---|
public final Integer getFromRecNo()
public final void setFromRecNo(Integer fromRecNo)
fromRecNo - New value for the fromRecNo propertypublic final Integer getTotal()
public final void setTotal(Integer total)
total - New value for the total propertypublic int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||