Package com.liferay.asset.kernel.model
Class AssetVocabularyDisplay
Object
com.liferay.asset.kernel.model.AssetVocabularyDisplay
- All Implemented Interfaces:
Serializable
- Author:
- Igor Spasic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetVocabularyDisplay
(List<AssetVocabulary> vocabularies, int total, int start, int end) -
Method Summary
Modifier and TypeMethodDescriptionint
getEnd()
int
getPage()
int
getStart()
int
getTotal()
void
setEnd
(int end) void
setStart
(int start) void
setTotal
(int total) void
setVocabularies
(List<AssetVocabulary> vocabularies)
-
Constructor Details
-
AssetVocabularyDisplay
public AssetVocabularyDisplay() -
AssetVocabularyDisplay
-
-
Method Details
-
getEnd
public int getEnd() -
getPage
public int getPage() -
getStart
public int getStart() -
getTotal
public int getTotal() -
getVocabularies
-
setEnd
public void setEnd(int end) -
setStart
public void setStart(int start) -
setTotal
public void setTotal(int total) -
setVocabularies
-