com.liferay.portlet.asset.model
Class AssetTagDisplay

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

public class AssetTagDisplay
extends java.lang.Object
implements java.io.Serializable

Author:
Igor Spasic
See Also:
Serialized Form

Constructor Summary
AssetTagDisplay()
           
AssetTagDisplay(java.util.List<AssetTag> tags, int total, int start, int end)
           
 
Method Summary
 int getEnd()
           
 int getPage()
           
 int getStart()
           
 java.util.List<AssetTag> getTags()
           
 int getTotal()
           
 void setEnd(int end)
           
 void setStart(int start)
           
 void setTags(java.util.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(java.util.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 java.util.List<AssetTag> getTags()

getTotal

public int getTotal()

setEnd

public void setEnd(int end)

setStart

public void setStart(int start)

setTags

public void setTags(java.util.List<AssetTag> tags)

setTotal

public void setTotal(int total)