geocaching.api.data
Class Geocache

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

Constructor Detail

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

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.