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() |
void |
setExperience(Experience experience) |
void |
setLocation(Location location) |
void |
setZones(java.util.List<Zone> zones) |
get, getBoolean, getInteger, getString, getUuid, setPropertiespublic 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)