com.qualcommlabs.usercontext.protocol
Class Place

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

public class Place
extends Object
implements Serializable

The Class Place.

See Also:
Serialized Form

Constructor Summary
Place()
           
 
Method Summary
 boolean equals(Object obj)
           
 GeoFence getGeoFence()
          Gets the geo fence.
 Long getId()
          Gets the id.
 PlaceAttributes getPlaceAttributes()
          Gets the place attributes
 String getPlaceName()
          Gets the place name.
 int hashCode()
           
 void setGeoFence(GeoFence geoFence)
          Sets the geo fence.
 void setId(Long id)
          Sets the id.
 void setPlaceAttributes(PlaceAttributes placeAttributes)
          Sets the place attributes
 void setPlaceName(String placeName)
          Sets the name.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Place

public Place()
Method Detail

getId

public Long getId()
Gets the id.

Returns:
the id

setId

public void setId(Long id)
Sets the id.

Parameters:
id - the new id

getPlaceName

public String getPlaceName()
Gets the place name.

Returns:
the place name

setPlaceName

public void setPlaceName(String placeName)
Sets the name.

Parameters:
placeName - the new place name

getGeoFence

public GeoFence getGeoFence()
Gets the geo fence.

Returns:
the geo fence

setGeoFence

public void setGeoFence(GeoFence geoFence)
Sets the geo fence.

Parameters:
geoFence - the new geo fence

getPlaceAttributes

public PlaceAttributes getPlaceAttributes()
Gets the place attributes

Returns:
the place attributes

setPlaceAttributes

public void setPlaceAttributes(PlaceAttributes placeAttributes)
Sets the place attributes

Parameters:
placeAttributes - the new place attributes

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


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