com.qualcommlabs.usercontext.protocol
Class GeoFenceCircle

java.lang.Object
  extended by com.qualcommlabs.usercontext.protocol.GeoFence
      extended by com.qualcommlabs.usercontext.protocol.GeoFenceCircle
All Implemented Interfaces:
Serializable

public class GeoFenceCircle
extends GeoFence

See Also:
Serialized Form

Constructor Summary
GeoFenceCircle()
           
 
Method Summary
 boolean equals(Object obj)
           
 Double getLatitude()
           
 Double getLongitude()
           
 Integer getRadius()
           
 int hashCode()
           
 void setLatitude(Double latitude)
           
 void setLongitude(Double longitude)
           
 void setRadius(Integer radius)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoFenceCircle

public GeoFenceCircle()
Method Detail

getRadius

public Integer getRadius()

setRadius

public void setRadius(Integer radius)

getLatitude

public Double getLatitude()

setLatitude

public void setLatitude(Double latitude)

getLongitude

public Double getLongitude()

setLongitude

public void setLongitude(Double longitude)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class GeoFence


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.