- Direct Known Subclasses:
SystemProperty
Wrapper class for the systemProperty argument type.
- Author:
- Kaare Nilsen (kaare.nilsen@gmail.com)
-
Constructor Summary
Constructors
-
Method Summary
Getter for the field key.
Getter for the field value.
void
Setter for the field key.
void
Setter for the field value.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Property
public Property()
-
Method Details
-
getKey
Getter for the field key.
- Returns:
- a
String object.
-
setKey
public void setKey(String key)
Setter for the field key.
- Parameters:
key - a String object.
-
getValue
Getter for the field value.
- Returns:
- a
String object.
-
setValue
public void setValue(String value)
Setter for the field value.
- Parameters:
value - a String object.