com.qualcommlabs.usercontext.protocol
Class Location

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

public class Location
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

Location

public Location()
Method Detail

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 Object


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