Class Tag


  • public final class Tag
    extends java.lang.Object
    Defines the tag bean.
    Since:
    1.8.0
    • Constructor Summary

      Constructors 
      Constructor Description
      Tag()
      Instantiates a new Tag.
      Tag​(java.lang.String code, java.lang.String fontSize)
      Instantiates a new Tag.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Returns the tag code.
      java.lang.String getFontSize()
      Returns the font size.
      void setCode​(java.lang.String code)
      Specifies the tag code.
      void setFontSize​(java.lang.String fontSize)
      Specifies the font size.
      • Methods inherited from class java.lang.Object

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

      • Tag

        public Tag()
        Instantiates a new Tag.
      • Tag

        public Tag​(java.lang.String code,
                   java.lang.String fontSize)
        Instantiates a new Tag.
        Parameters:
        code - the tag code
        fontSize - the font size
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Returns the tag code.
      • setCode

        public void setCode​(java.lang.String code)
        Specifies the tag code.
      • getFontSize

        public java.lang.String getFontSize()
        Returns the font size.
      • setFontSize

        public void setFontSize​(java.lang.String fontSize)
        Specifies the font size.