Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class CalendarItemDefinition

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceItemDefinition
      extended byoracle.workspaces.ws.beans.CalendarItemDefinition

Direct Known Subclasses:
MeetingDefinition, TaskDefinition

public class CalendarItemDefinition
extends ResourceItemDefinition

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

setEndTime

public void setEndTime(java.util.Calendar endTime)
Sets the endTime value for this CalendarItemDefinition.
Parameters:
endTime -

setPriority

public void setPriority(java.lang.String priority)
Sets the priority value for this CalendarItemDefinition. Values could be: PRIORITY_HIGHEST,PRIORITY_HIGH,PRIORITY_NORMAL, PRIORITY_LOW,PRIORITY_LOWEST
Parameters:
priority -

setStartTime

public void setStartTime(java.util.Calendar startTime)
Sets the startTime value for this CalendarItemDefinition.
Parameters:
startTime -

Copyright © 2001, 2006, Oracle. All rights reserved.