public abstract class AbstractEntry extends Object implements Serializable
| Constructor and Description |
|---|
AbstractEntry() |
| Modifier and Type | Method and Description |
|---|---|
abstract List |
getEntryCollection() |
abstract int |
getEntrySize() |
int |
getItemsPerPage() |
int |
getStartIndex() |
int |
getTotalResults() |
boolean |
getUpdatedSince() |
boolean |
isFiltered() |
boolean |
isSorted() |
abstract void |
setEntryCollection(List entry) |
void |
setFiltered(boolean filtered) |
void |
setItemsPerPage(int itemsPerPage) |
void |
setSorted(boolean sorted) |
void |
setStartIndex(int startIndex) |
void |
setTotalResults(int totalResults) |
void |
setUpdatedSince(boolean updatedSince) |
abstract void |
sortEntryCollection(String sort) |
String |
toString() |
public int getStartIndex()
public void setStartIndex(int startIndex)
startIndex - the startIndex to setpublic int getTotalResults()
public void setTotalResults(int totalResults)
totalResults - the totalResults to setpublic int getItemsPerPage()
public void setItemsPerPage(int itemsPerPage)
itemsPerPage - the itemsPerPage to setpublic boolean isFiltered()
public void setFiltered(boolean filtered)
filtered - boolean if the result set is filteredpublic boolean getUpdatedSince()
public void setUpdatedSince(boolean updatedSince)
updatedSince - int to indicate when it was updatedpublic boolean isSorted()
public void setSorted(boolean sorted)
sorted - boolean to indicate if the result set is sortedpublic abstract int getEntrySize()
public abstract List getEntryCollection()
public abstract void setEntryCollection(List entry)
public abstract void sortEntryCollection(String sort)
Copyright © 2009–2013 SURFnet bv, The Netherlands. All rights reserved.