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