public interface ContentSearchResultIf
Modifier and Type | Method and Description |
---|---|
ContentIf[] |
getContents() |
int |
getMaxGroupSize() |
int |
getOffset() |
ContentSearchIf |
getSearch() |
int |
getTotalSetSize() |
void |
setContents(ContentIf[] contents) |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setSearch(ContentSearchIf search) |
void |
setTotalSetSize(int totalSetSize) |
int getOffset()
void setOffset(int offset)
offset
- the offset to setint getMaxGroupSize()
void setMaxGroupSize(int maxGroupSize)
maxGroupSize
- the maxGroupSize to setint getTotalSetSize()
void setTotalSetSize(int totalSetSize)
totalSetSize
- the totalSetSize to setContentSearchIf getSearch()
void setSearch(ContentSearchIf search)
search
- the search to setContentIf[] getContents()
void setContents(ContentIf[] contents)
contents
- the contents to setCopyright © 2018 DS Data Systems UK Ltd.