public class Thing extends AbstractModel
properties| Constructor and Description |
|---|
Thing() |
| Modifier and Type | Method and Description |
|---|---|
Experience |
getExperience() |
Location |
getLocation() |
java.util.List<Zone> |
getZones() |
ExpObservable<Thing> |
refresh() |
ExpObservable<Thing> |
save() |
void |
setExperience(Experience experience) |
void |
setLocation(Location location) |
void |
setZones(java.util.List<Zone> zones) |
get, getBoolean, getChannel, getChannel, getChannelName, getDocument, getInteger, getString, getUuid, setProperties, setProperty, toStringpublic void setZones(java.util.List<Zone> zones)
public java.util.List<Zone> getZones()
public Location getLocation()
public void setLocation(Location location)
public Experience getExperience()
public void setExperience(Experience experience)
public ExpObservable<Thing> save()
save in interface IExpModelsave in class AbstractModelpublic ExpObservable<Thing> refresh()
refresh in interface IExpModelrefresh in class AbstractModel