public class StringProperty extends Object
Constructor and Description |
---|
StringProperty() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGroup() |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setGroup(String group)
Set the group the property belongs to.
|
void |
setKey(String key)
Set the key of the property
|
void |
setValue(String value)
Set the value of the property
|
public String getGroup()
public String getKey()
public String getValue()
public void setGroup(String group)
group
- the group the propertygetGroup()
public void setKey(String key)
key
- the key of the propertygetKey()
public void setValue(String value)
value
- the value of the property, can be null to remove an existing propertyCopyright © 2019 Communote team. All rights reserved.