|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface represents a groupware task item and extends from the IGroupwareItem interface.
Copyright (c) SAP 2002
| Field Summary | |
static int |
PRIORITY_HIGH
|
static int |
PRIORITY_LOW
|
static int |
PRIORITY_NORMAL
|
| Method Summary | |
java.lang.String |
getCategory()
Returns the category for the task item |
boolean |
getCompleted()
Returns if the task has been completed |
java.util.Date |
getDueDate()
Returns the due date for the task item |
boolean |
getHasDueDate()
Returns if the due date is set for the task item |
boolean |
getHasReminder()
Returns if the reminder is set for the task item. |
com.sap.ip.collaboration.gw.api.enum.PriorityType |
getPriority()
Returns the priority for the task item. |
java.util.Date |
getReminder()
Returns the reminder time for the task item. |
void |
setCategory(java.lang.String category)
Sets the category for the task item |
void |
setCompleted(boolean vData)
Sets if the task has been completed |
void |
setDueDate(java.util.Date dueDate)
Sets the due date for the task item. |
void |
setHasDueDate(boolean duedate)
Sets if the due date is there for the task item |
void |
setHasReminder(boolean reminder)
Sets if the reminder is there or not. |
void |
setPriority(com.sap.ip.collaboration.gw.api.enum.PriorityType priority)
Sets the priority for the task item. |
void |
setReminder(java.util.Date reminderTime)
sets the reminder time for the task item |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareItem |
getApplicationData, getContent, getFrom, getFromAddress, getGroupwareManager, getID, getItemType, getMimeType, getSubject, getTo, getToList, getTransport, getTransportName, remove, save, send, setApplicationData, setContent, setFrom, setFromAddress, setGroupwareManager, setID, setMimeType, setSubject, setTo, setToList, setTransport |
| Field Detail |
public static final int PRIORITY_HIGH
public static final int PRIORITY_LOW
public static final int PRIORITY_NORMAL
| Method Detail |
public java.lang.String getCategory()
throws GroupwareException
GroupwareException -
public boolean getCompleted()
throws GroupwareException
GroupwareException -
public java.util.Date getDueDate()
throws GroupwareException
GroupwareException -
public boolean getHasDueDate()
throws GroupwareException
GroupwareException -
public boolean getHasReminder()
throws GroupwareException
GroupwareException -
public com.sap.ip.collaboration.gw.api.enum.PriorityType getPriority()
throws GroupwareException
GroupwareException -
public java.util.Date getReminder()
throws GroupwareException
GroupwareException -
public void setCategory(java.lang.String category)
throws GroupwareException
category - GroupwareException -
public void setCompleted(boolean vData)
throws GroupwareException
boolean - completed flagGroupwareException -
public void setDueDate(java.util.Date dueDate)
throws GroupwareException
dueDate - GroupwareException -
public void setHasDueDate(boolean duedate)
throws GroupwareException
boolean - GroupwareException -
public void setHasReminder(boolean reminder)
throws GroupwareException
boolean - GroupwareException -
public void setPriority(com.sap.ip.collaboration.gw.api.enum.PriorityType priority)
throws GroupwareException
priority, - the priority of the task Item.GroupwareException -
public void setReminder(java.util.Date reminderTime)
throws GroupwareException
Date - reminder timeGroupwareException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||