com.liferay.portlet.asset.model
Class AssetVocabularyDisplay
java.lang.Object
com.liferay.portlet.asset.model.AssetVocabularyDisplay
- All Implemented Interfaces:
- Serializable
public class AssetVocabularyDisplay
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetVocabularyDisplay
public AssetVocabularyDisplay()
AssetVocabularyDisplay
public AssetVocabularyDisplay(List<AssetVocabulary> vocabularies,
int total,
int start,
int end)
getEnd
public int getEnd()
getPage
public int getPage()
getStart
public int getStart()
getTotal
public int getTotal()
getVocabularies
public List<AssetVocabulary> getVocabularies()
setEnd
public void setEnd(int end)
setStart
public void setStart(int start)
setTotal
public void setTotal(int total)
setVocabularies
public void setVocabularies(List<AssetVocabulary> vocabularies)