public abstract class AbstractResults extends Object implements IIdentification, IWrapperPages
| Constructor and Description |
|---|
AbstractResults() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
int |
getPage() |
int |
getTotalPages() |
int |
getTotalResults() |
void |
setId(int id) |
void |
setPage(int page) |
void |
setTotalPages(int totalPages) |
void |
setTotalResults(int totalResults) |
String |
toString() |
public int getId()
getId in interface IIdentificationpublic int getPage()
getPage in interface IWrapperPagespublic int getTotalPages()
getTotalPages in interface IWrapperPagespublic int getTotalResults()
getTotalResults in interface IWrapperPagespublic void setId(int id)
setId in interface IIdentificationpublic void setPage(int page)
setPage in interface IWrapperPagespublic void setTotalPages(int totalPages)
setTotalPages in interface IWrapperPagespublic void setTotalResults(int totalResults)
setTotalResults in interface IWrapperPagesCopyright © 2012-2015. All Rights Reserved.