com.arcao.geocaching.api.data
Class SimpleGeocache
java.lang.Object
com.arcao.geocaching.api.data.SimpleGeocache
- Direct Known Subclasses:
- Geocache
public class SimpleGeocache
- extends Object
|
Constructor Summary |
SimpleGeocache(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)
|
SimpleGeocache
public SimpleGeocache(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)
getCacheCode
public String getCacheCode()
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()
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.