Liferay 6.2-ce-ga5

com.liferay.portlet.asset.model
Class AssetCategoryDisplay

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetCategoryDisplay
All Implemented Interfaces:
Serializable

public class AssetCategoryDisplay
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AssetCategoryDisplay()
           
AssetCategoryDisplay(List<AssetCategory> categories, int total, int start, int end)
           
 
Method Summary
 List<AssetCategory> getCategories()
           
 int getEnd()
           
 int getPage()
           
 int getStart()
           
 int getTotal()
           
 void setCategories(List<AssetCategory> categories)
           
 void setEnd(int end)
           
 void setStart(int start)
           
 void setTotal(int total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryDisplay

public AssetCategoryDisplay()

AssetCategoryDisplay

public AssetCategoryDisplay(List<AssetCategory> categories,
                            int total,
                            int start,
                            int end)
Method Detail

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)

Liferay 6.2-ce-ga5