Class AssetVocabularyDisplay

Object
com.liferay.asset.kernel.model.AssetVocabularyDisplay
All Implemented Interfaces:
Serializable

public class AssetVocabularyDisplay extends Object implements Serializable
Author:
Igor Spasic
See Also:
  • Constructor Details

    • AssetVocabularyDisplay

      public AssetVocabularyDisplay()
    • AssetVocabularyDisplay

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

    • 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)