|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.qualcommlabs.usercontext.protocol.Place
public class Place
The Class Place.
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 |
---|
public Place()
Method Detail |
---|
public Long getId()
public void setId(Long id)
id
- the new idpublic String getPlaceName()
public void setPlaceName(String placeName)
placeName
- the new place namepublic GeoFence getGeoFence()
public void setGeoFence(GeoFence geoFence)
geoFence
- the new geo fencepublic PlaceAttributes getPlaceAttributes()
public void setPlaceAttributes(PlaceAttributes placeAttributes)
placeAttributes
- the new place attributespublic String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |