com.arcao.geocaching.api.data
Class FieldNote

java.lang.Object
  extended by com.arcao.geocaching.api.data.FieldNote

public class FieldNote
extends Object


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

DATE_FORMAT

protected static final SimpleDateFormat DATE_FORMAT
Constructor Detail

FieldNote

public FieldNote(String cacheCode,
                 Date dateLogged,
                 LogType logType,
                 String note)
Method Detail

getCacheCode

public String getCacheCode()

getDateLogged

public Date getDateLogged()

getLogType

public LogType getLogType()

getNote

public String getNote()

toString

public String toString()
Overrides:
toString in class Object

parseLine

public static FieldNote parseLine(String line)

safeNote

protected static String safeNote(String note)


Copyright © 2012. All Rights Reserved.