|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arcao.geocaching.api.data.FieldNote
public class FieldNote
| Field Summary | |
|---|---|
protected static SimpleDateFormat |
DATE_FORMAT
|
| Constructor Summary | |
|---|---|
FieldNote(String cacheCode,
Date dateLogged,
LogType logType,
String note)
|
|
| Method Summary | |
|---|---|
String |
getCacheCode()
|
Date |
getDateLogged()
|
LogType |
getLogType()
|
String |
getNote()
|
static FieldNote |
parseLine(String line)
|
protected static String |
safeNote(String note)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final SimpleDateFormat DATE_FORMAT
| Constructor Detail |
|---|
public FieldNote(String cacheCode,
Date dateLogged,
LogType logType,
String note)
| Method Detail |
|---|
public String getCacheCode()
public Date getDateLogged()
public LogType getLogType()
public String getNote()
public String toString()
toString in class Objectpublic static FieldNote parseLine(String line)
protected static String safeNote(String note)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||