public class Property extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
Property() |
Property(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Gets the value of the name properties.
|
String |
getValue()
Gets the value of the value properties.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name properties.
|
void |
setValue(String value)
Sets the value of the value properties.
|
String |
toString() |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
StringCopyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.