|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arcao.geocaching.api.data.UserWaypoint
public class UserWaypoint
| Constructor Summary | |
|---|---|
UserWaypoint(String cacheCode,
String description,
long id,
double latitude,
double longitude,
Date date,
int userId)
|
|
| Method Summary | |
|---|---|
String |
getCacheCode()
|
Date |
getDate()
|
String |
getDescription()
|
long |
getId()
|
double |
getLatitude()
|
double |
getLongitude()
|
int |
getUserId()
|
String |
getUserWaypointCode(int index)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserWaypoint(String cacheCode,
String description,
long id,
double latitude,
double longitude,
Date date,
int userId)
| Method Detail |
|---|
public String getCacheCode()
public String getDescription()
public long getId()
public double getLatitude()
public double getLongitude()
public Date getDate()
public int getUserId()
public String getUserWaypointCode(int index)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||