public class Property
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
private java.lang.String |
value |
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.