|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.veriplace.client.LocationUpdateReference
public class LocationUpdateReference
Opaque representation of a location update identifier for PollingAPI.
This can be used as a key to avoid processing the same location twice: the
ID of the same Location can change if it is queried twice, but the
corresponding LocationUpdateReference will always be the same.
| Constructor Summary | |
|---|---|
LocationUpdateReference(long id)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
long |
getId()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocationUpdateReference(long id)
| Method Detail |
|---|
public long getId()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||