Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Class AssetVocabularyDisplay

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

public class AssetVocabularyDisplay
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AssetVocabularyDisplay()
           
AssetVocabularyDisplay(List<AssetVocabulary> vocabularies, int total, int start, int end)
           
 
Method Summary
 int getEnd()
           
 int getPage()
           
 int getStart()
           
 int getTotal()
           
 List<AssetVocabulary> getVocabularies()
           
 void setEnd(int end)
           
 void setStart(int start)
           
 void setTotal(int total)
           
 void setVocabularies(List<AssetVocabulary> vocabularies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetVocabularyDisplay

public AssetVocabularyDisplay()

AssetVocabularyDisplay

public AssetVocabularyDisplay(List<AssetVocabulary> vocabularies,
                              int total,
                              int start,
                              int end)
Method Detail

getEnd

public int getEnd()

getPage

public int getPage()

getStart

public int getStart()

getTotal

public int getTotal()

getVocabularies

public List<AssetVocabulary> getVocabularies()

setEnd

public void setEnd(int end)

setStart

public void setStart(int start)

setTotal

public void setTotal(int total)

setVocabularies

public void setVocabularies(List<AssetVocabulary> vocabularies)

Liferay 6.1.2-ce-ga3