public class BaseEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,Property> |
props |
| Constructor and Description |
|---|
BaseEntry() |
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty(String name) |
Iterable<String> |
propertiesKeys() |
void |
setProperties(LinkedHashMap<String,Property> props) |
void |
setProperty(Property property) |
protected LinkedHashMap<String,Property> props
Copyright © 2018. All rights reserved.