geocaching.api.data
Class SimpleGeocache
java.lang.Object
geocaching.api.data.SimpleGeocache
- Direct Known Subclasses:
- Geocache
public class SimpleGeocache
- extends Object
|
Constructor Summary |
SimpleGeocache(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)
|
SimpleGeocache
public SimpleGeocache(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)
getGeoCode
public String getGeoCode()
getName
public String getName()
getLongitude
public double getLongitude()
getLatitude
public double getLatitude()
getCacheType
public CacheType getCacheType()
getDifficultyRating
public float getDifficultyRating()
getTerrainRating
public float getTerrainRating()
getAuthorGuid
public String getAuthorGuid()
getAuthorName
public String getAuthorName()
isAvailable
public boolean isAvailable()
isArchived
public boolean isArchived()
isPremiumListing
public boolean isPremiumListing()
getCountryName
public String getCountryName()
getStateName
public String getStateName()
getCreated
public Date getCreated()
getContactName
public String getContactName()
getContainerType
public ContainerType getContainerType()
getTrackableCount
public int getTrackableCount()
isFound
public boolean isFound()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.