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()
String
public void setValue(String value)
value
- allowed object is
String
public String getId()
Label
, used as a key to retrieve the content from the applications dictionary.String
public void setId(String value)
value
- allowed object is
String
public 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}".String
Copyright © 2011–2017 aiticon GmbH. All rights reserved.