com.arcao.geocaching.api.data
Class Geocache

java.lang.Object
  extended by com.arcao.geocaching.api.data.SimpleGeocache
      extended by 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)
           
 
Method Summary
 List<AttributeType> getAttributes()
           
 List<CacheLog> getCacheLogs()
           
 String getCountryName()
           
 String getHint()
           
 String getLongDescription()
           
 String getShortDescription()
           
 String getStateName()
           
 List<Trackable> getTravelBugs()
           
 List<UserWaypoint> getUserWaypoints()
           
 List<Waypoint> getWaypoints()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.