com.ibm.manplato.Protocol.Util.StdApps
Class ToDoListRecord

java.lang.Object
  |
  +--com.ibm.manplato.Protocol.Util.DLPRecord
        |
        +--com.ibm.manplato.Protocol.Util.StdApps.ToDoListRecord
All Implemented Interfaces:
java.io.Serializable

public class ToDoListRecord
extends DLPRecord

Version:
$Rev$-$Date: 2001/05/14 10:49:13 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: fpal $
See Also:
Serialized Form

Fields inherited from class com.ibm.manplato.Protocol.Util.DLPRecord
ARCHIVED, attributes, BUSY, category, data, DATA_INCLUDED, DELETE_ALL_IN_CATEGORY, DELETE_ALL_RECORDS, DELETED, DIRTY, index, recordID, recordSize, SECRET, SORT_DATABASE
 
Constructor Summary
ToDoListRecord()
          ToDoListRecord constructor creates a new ToDoListRecord
ToDoListRecord(DLPRecord record)
          ToDoListRecord constructor creates a new ToDoListRecord based on existing DLPRecord
 
Method Summary
 byte[] getData()
           
 java.lang.String getDescription()
           
 java.util.Calendar getDueDate()
           
 java.lang.String getNote()
           
 byte getPriority()
           
 boolean isCompleted()
           
 boolean isUntimed()
           
 void setCompletionState(boolean flag)
           
 void setDescription(java.lang.String newValue)
           
 void setDueDate(java.util.Calendar calendar)
           
 void setNote(java.lang.String newValue)
           
 void setPriority(byte newPriority)
           
 void setUntimed(boolean newUntimed)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.manplato.Protocol.Util.DLPRecord
checkAttribute, getAttributes, getCategory, getIndex, getLength, getRecordID, getRecordSize, setAttributes, setCategory, setData, setIndex, setRecordID, setRecordSize
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToDoListRecord

public ToDoListRecord()
ToDoListRecord constructor creates a new ToDoListRecord

ToDoListRecord

public ToDoListRecord(DLPRecord record)
ToDoListRecord constructor creates a new ToDoListRecord based on existing DLPRecord
Parameters:
record - com.ibm.manplato.Protocol.Util.DLPRecord
Method Detail

getData

public byte[] getData()
Overrides:
getData in class DLPRecord
Returns:
byte[]

getDescription

public java.lang.String getDescription()

getDueDate

public java.util.Calendar getDueDate()

getNote

public java.lang.String getNote()

getPriority

public byte getPriority()

isCompleted

public boolean isCompleted()

isUntimed

public boolean isUntimed()
Returns:
boolean

setCompletionState

public void setCompletionState(boolean flag)

setDescription

public void setDescription(java.lang.String newValue)

setDueDate

public void setDueDate(java.util.Calendar calendar)

setNote

public void setNote(java.lang.String newValue)

setPriority

public void setPriority(byte newPriority)

setUntimed

public void setUntimed(boolean newUntimed)
Parameters:
newUntimed - boolean

toString

public java.lang.String toString()
Overrides:
toString in class DLPRecord
Returns:
java.lang.String