java.lang.Object
com.orchestranetworks.addon.dama.models.Tag

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

    • Tag

      public Tag()
      Instantiates a new Tag.
    • Tag

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

    • getCode

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

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

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

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