|
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.ResourceItemDefinition
oracle.workspaces.ws.beans.CalendarItemDefinition
This class represents the definition object used to create a calendar item.
Method Summary | |
void |
setEndTime(java.util.Calendar endTime) Sets the endTime value for this CalendarItemDefinition. |
void |
setPriority(java.lang.String priority) Sets the priority value for this CalendarItemDefinition. |
void |
setStartTime(java.util.Calendar startTime) Sets the startTime value for this CalendarItemDefinition. |
Methods inherited from class oracle.workspaces.ws.beans.ResourceItemDefinition |
setDescription, setName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setEndTime(java.util.Calendar endTime)
endTime
-public void setPriority(java.lang.String priority)
priority
-public void setStartTime(java.util.Calendar startTime)
startTime
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |