Class PagedTagsWrapper


  • public class PagedTagsWrapper
    extends Object
    Stores total tags count together with tags to be sent to UI
    Author:
    Viachaslau Tsikhanovich
    • Constructor Detail

      • PagedTagsWrapper

        public PagedTagsWrapper​(String[] tagNames,
                                int total)
    • Method Detail

      • getTagNames

        public String[] getTagNames()
      • setTagNames

        public void setTagNames​(String[] tagNames)
      • getTotal

        public String getTotal()
      • setTotal

        public void setTotal​(int total)