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, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssetCategoryId, getId, getImageUrl, getName, getProperties, getTypepublic java.lang.Double getLatitude()
ILocationAssetgetLatitude in interface ILocationAssetpublic void setLatitude(java.lang.Double latitude)
public java.lang.Double getLongitude()
ILocationAssetgetLongitude in interface ILocationAssetpublic void setLongitude(java.lang.Double longitude)
public java.lang.Double getElevation()
ILocationAssetgetElevation in interface ILocationAssetpublic void setElevation(java.lang.Double elevation)