Liferay 6.2-ce-ga5

com.liferay.portlet.asset.model
Class AssetTagDisplay

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

public class AssetTagDisplay
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AssetTagDisplay()
           
AssetTagDisplay(List<AssetTag> tags, int total, int start, int end)
           
 
Method Summary
 int getEnd()
           
 int getPage()
           
 int getStart()
           
 List<AssetTag> getTags()
           
 int getTotal()
           
 void setEnd(int end)
           
 void setStart(int start)
           
 void setTags(List<AssetTag> tags)
           
 void setTotal(int total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagDisplay

public AssetTagDisplay()

AssetTagDisplay

public AssetTagDisplay(List<AssetTag> tags,
                       int total,
                       int start,
                       int end)
Method Detail

getEnd

public int getEnd()

getPage

public int getPage()

getStart

public int getStart()

getTags

public List<AssetTag> getTags()

getTotal

public int getTotal()

setEnd

public void setEnd(int end)

setStart

public void setStart(int start)

setTags

public void setTags(List<AssetTag> tags)

setTotal

public void setTotal(int total)

Liferay 6.2-ce-ga5