com.arcao.geocaching.api.data
Class SimpleGeocache

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getAuthorGuid()
           
 String getAuthorName()
           
 String getCacheCode()
           
 CacheType getCacheType()
           
 String getContactName()
           
 ContainerType getContainerType()
           
 Date getCreated()
           
 float getDifficultyRating()
           
 double getLatitude()
           
 double getLongitude()
           
 String getName()
           
 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 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)
Method Detail

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.