public class SystemProperty extends Object
| Constructor and Description |
|---|
SystemProperty()
Instantiates a new system property.
|
SystemProperty(String key,
String value)
Instantiates a new system property.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key.
|
String |
getValue()
Gets the value.
|
void |
setKey(String key)
Sets the key.
|
void |
setValue(String value)
Sets the value.
|
public String getKey()
public void setKey(String key)
key - the new keypublic String getValue()
public void setValue(String value)
value - the new valueCopyright © 2019. All rights reserved.