org.gnu.pilotlink
Class ToDoRecord

java.lang.Object
  extended by org.gnu.pilotlink.Record
      extended by org.gnu.pilotlink.ToDoRecord

public class ToDoRecord
extends Record


Field Summary
 
Fields inherited from class org.gnu.pilotlink.Record
ARCHIVED, attribs, BUSY, category, DELETED, DIRTY, id, size, SECRET
 
Constructor Summary
ToDoRecord(Record r)
           
ToDoRecord()
           
 
Method Summary
 byte[] getBuffer()
          Gets the buffer attribute of the Record object
 java.lang.String getDescription()
           
 boolean getDone()
           
 java.util.Date getDueDate()
           
 java.lang.String getNote()
           
 int getPriority()
           
 void setBuffer(byte[] buf)
          Sets the buffer attribute of the Record object
 void setDescription(java.lang.String d)
           
 void setDone(boolean d)
           
 void setDueDate(java.util.Date dd)
           
 void setNote(java.lang.String n)
           
 void setPriority(int i)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

ToDoRecord

public ToDoRecord(Record r)

ToDoRecord

public ToDoRecord()
Method Detail

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