public class Zone
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Zone() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the zone.
|
java.lang.String |
getId()
The unique id.
|
VersionedId |
getIdAndVersion()
The
id plus version. |
java.util.List<Location> |
getLocations()
The locations that belong to the zone.
|
java.lang.String |
getName()
The name of the zone.
|
java.lang.String |
toString() |
@Nonnull public java.lang.String getId()
@Nonnull public VersionedId getIdAndVersion()
id
plus version.@Nonnull public java.lang.String getName()
@Nonnull public java.lang.String getDescription()
@Nonnull public java.util.List<Location> getLocations()
public java.lang.String toString()
toString
in class java.lang.Object