geocaching.api.data
Class SimpleGeocache

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getAuthorGuid()
           
 String getAuthorName()
           
 CacheType getCacheType()
           
 String getContactName()
           
 ContainerType getContainerType()
           
 String getCountryName()
           
 Date getCreated()
           
 float getDifficultyRating()
           
 String getGeoCode()
           
 double getLatitude()
           
 double getLongitude()
           
 String getName()
           
 String getStateName()
           
 float getTerrainRating()
           
 int getTrackableCount()
           
 boolean isArchived()
           
 boolean isAvailable()
           
 boolean isFound()
           
 boolean isPremiumListing()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

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.