public class AssetVocabularyDisplay
extends Object
implements Serializable
Constructor and Description |
---|
AssetVocabularyDisplay() |
AssetVocabularyDisplay(List<AssetVocabulary> vocabularies,
int total,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getPage() |
int |
getStart() |
int |
getTotal() |
List<AssetVocabulary> |
getVocabularies() |
void |
setEnd(int end) |
void |
setStart(int start) |
void |
setTotal(int total) |
void |
setVocabularies(List<AssetVocabulary> vocabularies) |
public AssetVocabularyDisplay()
public AssetVocabularyDisplay(List<AssetVocabulary> vocabularies, int total, int start, int end)
public int getEnd()
public int getPage()
public int getStart()
public int getTotal()
public List<AssetVocabulary> getVocabularies()
public void setEnd(int end)
public void setStart(int start)
public void setTotal(int total)
public void setVocabularies(List<AssetVocabulary> vocabularies)