public interface Item extends IModel
| 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 value) |
Object |
value() |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.