com.cumulocity.model
Class Coordinate
java.lang.Object
org.svenson.AbstractDynamicProperties
com.cumulocity.model.Coordinate
- All Implemented Interfaces:
- org.svenson.DynamicProperties
public class Coordinate
- extends org.svenson.AbstractDynamicProperties
Represents coordinates properties for a Managed Object.
Methods inherited from class org.svenson.AbstractDynamicProperties |
getProperty, propertyNames, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Coordinate
public Coordinate()
getLatitude
@JSONProperty(value="latitude",
ignoreIfNull=true)
public Double getLatitude()
setLatitude
public void setLatitude(Double latitude)
getLongitude
@JSONProperty(value="longitude",
ignoreIfNull=true)
public Double getLongitude()
setLongitude
public void setLongitude(Double longitude)
Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.