public class Property extends AbstractProperty
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Getter for the field
key. |
java.lang.String |
getValue()
Getter for the field
value. |
void |
setKey(java.lang.String key)
Setter for the field
key. |
void |
setValue(java.lang.String value)
Setter for the field
value. |
public java.lang.String getKey()
Getter for the field key.
String object.public void setKey(java.lang.String key)
Setter for the field key.
key - a String object.public java.lang.String getValue()
Getter for the field value.
String object.public void setValue(java.lang.String value)
Setter for the field value.
value - a String object.Copyright © 2005–2023 MojoHaus. All rights reserved.