public class Label extends Object
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition()
Get the definition of this label.
|
String |
getDesignation()
Get the designation of this label.
|
String |
getLanguage()
Get the language of this label.
|
void |
setDefinition(String definition)
Set the definition of this label.
|
void |
setDesignation(String designation)
Set the designation of this label.
|
void |
setLanguage(String language)
Set the language of this label.
|
public final String getLanguage()
public final void setLanguage(String language)
language - The language of the labelpublic final String getDesignation()
public final void setDesignation(String designation)
designation - The designation of the labelpublic final String getDefinition()
public final void setDefinition(String definition)
definition - The definition of the labelCopyright © 2022 Samply Community. All rights reserved.