com.arcao.geocaching.api.data
Class UserWaypoint

java.lang.Object
  extended by com.arcao.geocaching.api.data.UserWaypoint

public class UserWaypoint
extends Object


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

UserWaypoint

public UserWaypoint(String cacheCode,
                    String description,
                    long id,
                    double latitude,
                    double longitude,
                    Date date,
                    int userId)
Method Detail

getCacheCode

public String getCacheCode()

getDescription

public String getDescription()

getId

public long getId()

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getDate

public Date getDate()

getUserId

public int getUserId()

getUserWaypointCode

public String getUserWaypointCode(int index)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.