public class Property extends Object implements Serializable
JPADatabase, XMLDatabase, or DDLDatabase, or to pass to JDBC drivers.| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getKey()
Gets the value of the key property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
Property |
withKey(String value) |
Property |
withValue(String value) |
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
StringCopyright © 2019. All rights reserved.