public class Property extends Object
Property()
String
getKey()
key
getValue()
value
void
setKey(String key)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Property()
public String getKey()
Getter for the field key.
public void setKey(String key)
Setter for the field key.
public String getValue()
Getter for the field value.
public void setValue(String value)
Setter for the field value.
Copyright © 2005-2014 Codehaus. All Rights Reserved.