|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arcao.geocaching.api.data.CacheLog
public class CacheLog
CacheLog class keep all information cache log.
| Constructor Summary | |
|---|---|
CacheLog(Date date,
LogType logType,
String author,
String text)
Create a new instance of cache log and fill it with data |
|
| Method Summary | |
|---|---|
String |
getAuthor()
Get an author of log |
Date |
getDate()
Get a date when the cache was found |
LogType |
getLogType()
Get a type of log |
String |
getText()
Get a text of log |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheLog(Date date,
LogType logType,
String author,
String text)
date - date when the cache was foundlogType - type of logauthor - author of logtext - text of log| Method Detail |
|---|
public Date getDate()
public LogType getLogType()
public String getAuthor()
public String getText()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||