Class Tag
- java.lang.Object
-
- com.orchestranetworks.addon.dama.models.Tag
-
public final class Tag extends java.lang.ObjectDefines the tag bean.- Since:
- 1.8.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Returns the tag code.java.lang.StringgetFontSize()Returns the font size.voidsetCode(java.lang.String code)Specifies the tag code.voidsetFontSize(java.lang.String fontSize)Specifies 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.
-
-