com.liferay.portlet.asset.model
Class AssetCategoryDisplay
java.lang.Object
com.liferay.portlet.asset.model.AssetCategoryDisplay
- All Implemented Interfaces:
- Serializable
public class AssetCategoryDisplay
- 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 |
AssetCategoryDisplay
public AssetCategoryDisplay()
AssetCategoryDisplay
public AssetCategoryDisplay(List<AssetCategory> categories,
int total,
int start,
int end)
getCategories
public List<AssetCategory> getCategories()
getEnd
public int getEnd()
getPage
public int getPage()
getStart
public int getStart()
getTotal
public int getTotal()
setCategories
public void setCategories(List<AssetCategory> categories)
setEnd
public void setEnd(int end)
setStart
public void setStart(int start)
setTotal
public void setTotal(int total)