public class LocationAsset extends Asset implements ILocationAsset, java.io.Serializable
ILocationAsset
.Constructor and Description |
---|
LocationAsset() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getElevation()
Get location elevation.
|
java.lang.Double |
getLatitude()
Get location latitude.
|
java.lang.Double |
getLongitude()
Get location longitude.
|
void |
setElevation(java.lang.Double elevation) |
void |
setLatitude(java.lang.Double latitude) |
void |
setLongitude(java.lang.Double longitude) |
compareTo, getAssetCategoryId, getId, getImageUrl, getName, getProperties, getType, setAssetCategoryId, setId, setImageUrl, setName, setProperties, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssetCategoryId, getId, getImageUrl, getName, getProperties, getType
public java.lang.Double getLatitude()
ILocationAsset
getLatitude
in interface ILocationAsset
public void setLatitude(java.lang.Double latitude)
public java.lang.Double getLongitude()
ILocationAsset
getLongitude
in interface ILocationAsset
public void setLongitude(java.lang.Double longitude)
public java.lang.Double getElevation()
ILocationAsset
getElevation
in interface ILocationAsset
public void setElevation(java.lang.Double elevation)