geocaching.api.data
Class Geocache
java.lang.Object
geocaching.api.data.SimpleGeocache
geocaching.api.data.Geocache
public class Geocache
- extends SimpleGeocache
|
Constructor Summary |
Geocache(String geoCode,
String name,
double longitude,
double latitude,
CacheType cacheType,
float difficultyRating,
float terrainRating,
String authorGuid,
String authorName,
boolean available,
boolean archived,
boolean premiumListing,
String countryName,
String stateName,
Date created,
String contactName,
ContainerType containerType,
int trackableCount,
boolean found,
String shortDescription,
String longDescrition,
String hint,
List<CacheLog> cacheLogs,
List<TravelBug> travelBugs,
List<Waypoint> waypoints,
List<AttributeType> attributes,
List<UserWaypoint> userWaypoints)
|
| Methods inherited from class geocaching.api.data.SimpleGeocache |
getAuthorGuid, getAuthorName, getCacheType, getContactName, getContainerType, getCountryName, getCreated, getDifficultyRating, getGeoCode, getLatitude, getLongitude, getName, getStateName, getTerrainRating, getTrackableCount, isArchived, isAvailable, isFound, isPremiumListing |
Geocache
public Geocache(String geoCode,
String name,
double longitude,
double latitude,
CacheType cacheType,
float difficultyRating,
float terrainRating,
String authorGuid,
String authorName,
boolean available,
boolean archived,
boolean premiumListing,
String countryName,
String stateName,
Date created,
String contactName,
ContainerType containerType,
int trackableCount,
boolean found,
String shortDescription,
String longDescrition,
String hint,
List<CacheLog> cacheLogs,
List<TravelBug> travelBugs,
List<Waypoint> waypoints,
List<AttributeType> attributes,
List<UserWaypoint> userWaypoints)
getShortDescription
public String getShortDescription()
getLongDescription
public String getLongDescription()
getHint
public String getHint()
getCacheLogs
public List<CacheLog> getCacheLogs()
getTravelBugs
public List<TravelBug> getTravelBugs()
getWaypoints
public List<Waypoint> getWaypoints()
getAttributes
public List<AttributeType> getAttributes()
getUserWaypoints
public List<UserWaypoint> getUserWaypoints()
createUserWaypointCode
protected String createUserWaypointCode(String cacheCode,
int index)
toString
public String toString()
- Overrides:
toString in class SimpleGeocache
Copyright © 2012. All Rights Reserved.