geocaching.api.data
Class CacheLog

java.lang.Object
  extended by geocaching.api.data.CacheLog

public class CacheLog
extends Object


Constructor Summary
CacheLog(Date date, LogType logType, String author, String text)
           
 
Method Summary
 String getAuthor()
           
 Date getDate()
           
 LogType getLogType()
           
 String getText()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheLog

public CacheLog(Date date,
                LogType logType,
                String author,
                String text)
Method Detail

getDate

public Date getDate()

getLogType

public LogType getLogType()

getAuthor

public String getAuthor()

getText

public String getText()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.