public class Property
extends Object
Wrapper class for the systemPropery argument type.
- 作者:
- Kaare Nilsen
-
-
方法概要
Getter for the field key.
Getter for the field value.
void
Setter for the field key.
void
Setter for the field value.
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
Property
public Property()
-
方法详细资料
-
getKey
Getter for the field key.
- 返回:
- a
String object.
-
setKey
public void setKey(String key)
Setter for the field key.
- 参数:
key - a String object.
-
getValue
Getter for the field value.
- 返回:
- a
String object.
-
setValue
public void setValue(String value)
Setter for the field value.
- 参数:
value - a String object.