public class Label extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
params |
protected String |
value |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The id of the
Label, used as a key to retrieve the content from the applications dictionary. |
String |
getParams()
A
Label can be parameterized, using a String (e.g. |
String |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParams(String value)
Sets the value of the params property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getId()
Label, used as a key to retrieve the content from the applications dictionary.Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getParams()
Label can be parameterized, using a String (e.g. 'foo') or parameters (${field} or #{field}).
Multiple parameters must be be separated by a comma, e.g. "'foo',${field},#{field}".StringCopyright © 2011–2023 aiticon GmbH. All rights reserved.