com.cumulocity.model
Class Coordinate

java.lang.Object
  extended by org.svenson.AbstractDynamicProperties
      extended by com.cumulocity.model.Coordinate
All Implemented Interfaces:
org.svenson.DynamicProperties

public class Coordinate
extends org.svenson.AbstractDynamicProperties

Represents coordinates properties for a Managed Object.


Constructor Summary
Coordinate()
           
 
Method Summary
 Double getLatitude()
           
 Double getLongitude()
           
 void setLatitude(Double latitude)
           
 void setLongitude(Double longitude)
           
 
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
 

Constructor Detail

Coordinate

public Coordinate()
Method Detail

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.