|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.ResourceItem
oracle.workspaces.ws.beans.TaskResourceItem
This class represents a task.
Constructor Summary | |
TaskResourceItem() Default constructor. |
Method Summary | |
java.util.Calendar |
getCompletedTime() Gets completed time of task. |
int |
getCompletePercentage() Gets the completed percentage of task. |
java.util.Calendar |
getEndTime() Gets the end time of task. |
TaskAssignee |
getPrimaryTaskAssignee() Gets the primary Task Assignee of task. |
java.lang.String |
getPriority() Gets the priority value of task - possible values include PRIORITY_HIGHEST , PRIORITY_HIGH, PRIORITY_NORMAL, PRIORITY_LOW and PRIORITY_LOWEST . |
java.util.Calendar |
getStartTime() Gets the start time of task. |
TaskAssignee[] |
getTaskAssignees() Gets assignees of task. |
void |
setCompletedTime(java.util.Calendar completedTime) Sets completed time of task. |
void |
setCompletePercentage(int completePercentage) Sets the completed percentage value for this task. |
void |
setEndTime(java.util.Calendar endTime) Sets the end time of task. |
void |
setPrimaryTaskAssignee(TaskAssignee primaryTaskAssignee) Sets the primary TaskAssignee of task. |
void |
setPriority(java.lang.String priority) Sets the priority value of task - possible values include PRIORITY_HIGHEST , PRIORITY_HIGH, PRIORITY_NORMAL, PRIORITY_LOW and PRIORITY_LOWEST . |
void |
setStartTime(java.util.Calendar startTime) Sets the start time value of task. |
void |
setTaskAssignees(TaskAssignee[] taskAssignees) Sets assignees of task. |
Methods inherited from class oracle.workspaces.ws.beans.ResourceItem |
getCreatedTime, getDescription, getId, getLastModifiedBy, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName, setOwner |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaskResourceItem()
Method Detail |
public int getCompletePercentage()
public void setCompletePercentage(int completePercentage)
completePercentage
-public java.util.Calendar getCompletedTime()
public void setCompletedTime(java.util.Calendar completedTime)
completedTime
-public java.util.Calendar getEndTime()
public void setEndTime(java.util.Calendar endTime)
endTime
-public TaskAssignee getPrimaryTaskAssignee()
public void setPrimaryTaskAssignee(TaskAssignee primaryTaskAssignee)
primaryTaskAssignee
-public java.lang.String getPriority()
public void setPriority(java.lang.String priority)
priority
-public java.util.Calendar getStartTime()
public void setStartTime(java.util.Calendar startTime)
startTime
-public TaskAssignee[] getTaskAssignees()
public void setTaskAssignees(TaskAssignee[] taskAssignees)
taskAssignees
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |