Package com.liferay.asset.kernel.model
Class AssetCategoryDisplay
Object
com.liferay.asset.kernel.model.AssetCategoryDisplay
- All Implemented Interfaces:
Serializable
- Author:
- Igor Spasic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetCategoryDisplay
(List<AssetCategory> categories, int total, int start, int end) -
Method Summary
Modifier and TypeMethodDescriptionint
getEnd()
int
getPage()
int
getStart()
int
getTotal()
void
setCategories
(List<AssetCategory> categories) void
setEnd
(int end) void
setStart
(int start) void
setTotal
(int total)
-
Constructor Details
-
AssetCategoryDisplay
public AssetCategoryDisplay() -
AssetCategoryDisplay
-
-
Method Details
-
getCategories
-
getEnd
public int getEnd() -
getPage
public int getPage() -
getStart
public int getStart() -
getTotal
public int getTotal() -
setCategories
-
setEnd
public void setEnd(int end) -
setStart
public void setStart(int start) -
setTotal
public void setTotal(int total)
-