Class PagedTagsWrapper


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

      Constructors 
      Constructor Description
      PagedTagsWrapper​(java.lang.String[] tagNames, int total)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getTagNames()  
      java.lang.String getTotal()  
      void setTagNames​(java.lang.String[] tagNames)  
      void setTotal​(int total)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PagedTagsWrapper

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

      • getTagNames

        public java.lang.String[] getTagNames()
      • setTagNames

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

        public java.lang.String getTotal()
      • setTotal

        public void setTotal​(int total)