public final class Properties extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
properties |
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Property property) |
boolean |
contains(Property property) |
boolean |
equals(Object o) |
List<Property> |
getProperties() |
String |
getPropertyValue(String name) |
int |
hashCode() |
boolean |
remove(Property property) |
void |
setProperties(List<Property> properties) |
void |
setProperty(String name,
String value) |
int |
size() |
String |
toString() |
Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.