public class Property
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
key |
protected java.lang.String |
value |
Constructor and Description |
---|
Property() |
Property(java.lang.String key,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
java.lang.String |
getValue() |
void |
setKey(java.lang.String key) |
void |
setValue(java.lang.String value) |
public Property()
public Property(java.lang.String key, java.lang.String value)
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the key to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value to setCopyright © 2017. All Rights Reserved.