org.gnu.pilotlink
Class ToDoRecord
java.lang.Object
org.gnu.pilotlink.Record
org.gnu.pilotlink.ToDoRecord
public class ToDoRecord
- extends Record
Methods inherited from class org.gnu.pilotlink.Record |
getAttribs, getCategory, getDateAt, getDateAt, getDateTimeAt, getDateTimeAt, getDoubleAt, getDoubleLongAt, getId, getIntAt, getIntAt, getLongAt, getSize, getStringAt, getStringAt, isArchived, isBusy, isDeleted, isDirty, isSecret, setArchived, setAttribs, setCategory, setDateAt, setDateTimeAt, setDirty, setDoubleAt, setDoubleLongAt, setId, setIntAt, setLongAt, setSecret, setSize, setStringAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, wait, wait, wait |
ToDoRecord
public ToDoRecord(Record r)
ToDoRecord
public ToDoRecord()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String d)
getDone
public boolean getDone()
setDone
public void setDone(boolean d)
getPriority
public int getPriority()
setPriority
public void setPriority(int i)
setNote
public void setNote(java.lang.String n)
getNote
public java.lang.String getNote()
setDueDate
public void setDueDate(java.util.Date dd)
getDueDate
public java.util.Date getDueDate()
getBuffer
public byte[] getBuffer()
- Description copied from class:
Record
- Gets the buffer attribute of the Record object
- Specified by:
getBuffer
in class Record
- Returns:
- The buffer value
setBuffer
public void setBuffer(byte[] buf)
- Description copied from class:
Record
- Sets the buffer attribute of the Record object
- Specified by:
setBuffer
in class Record
- Parameters:
buf
- The new buffer value
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object