public abstract class AbstractItem extends AbstractModel implements Item
| Modifier and Type | Field and Description |
|---|---|
protected Object |
value |
extras| Constructor and Description |
|---|
AbstractItem(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
editableProperties(String... propertyNames) |
<T> T |
get(String property) |
String |
id() |
List<Property> |
properties(String... propertyNames) |
List<Property> |
readableProperties(String... propertyNames) |
void |
set(String property,
Object propValue) |
Object |
value() |
getExtra, setExtra, varprotected final Object value
public AbstractItem(Object value)
public List<Property> properties(String... propertyNames)
properties in interface Itempublic List<Property> editableProperties(String... propertyNames)
editableProperties in interface Itempublic List<Property> readableProperties(String... propertyNames)
readableProperties in interface ItemCopyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.