Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.resource.calendar
Class CwCalendarItemDefinition

java.lang.Object
  extended byoracle.workspaces.resource.CwResourceItemDefinition
      extended byoracle.workspaces.resource.calendar.CwCalendarItemDefinition

All Implemented Interfaces:
CwCalendarConstants
Direct Known Subclasses:
CwEventDefinition, CwTaskDefinition

public abstract class CwCalendarItemDefinition
extends CwResourceItemDefinition
implements CwCalendarConstants

Super class of calendar resource item definition.


Field Summary

Fields inherited from interface oracle.workspaces.resource.calendar.CwCalendarConstants
ATTENDING_TYPE_ALL, ATTENDING_TYPE_SUBGROUP, CLASS_CONFIDENTIAL, CLASS_NORMAL, CLASS_PRIVATE, CLASS_PUBLIC, CUTYPE_GROUP, CUTYPE_INDIVIDUAL, CUTYPE_RESOURCE, CUTYPE_ROOM, CUTYPE_UNKNOWN, EVENT_STATUS_CONFIRMED, EVENT_STATUS_TENTATIVE, EVENT_TYPE_APPOINTMENT, EVENT_TYPE_DAILYNOTE, EVENT_TYPE_DAYEVENT, EVENT_TYPE_HOLIDAY, FREEBUSY_STATUS_BUSY, FREEBUSY_STATUS_FREE, FREEBUSY_STATUS_TENTATIVE, IMEETING_TYPE_REGULAR, IMEETING_TYPE_RESTRICTED, MAX_YEAR, MIN_YEAR, PARTSTAT_ACCEPTED, PARTSTAT_DECLINED, PARTSTAT_NEEDSACTION, PARTSTAT_TENTATIVE, PRIORITY_HIGH, PRIORITY_HIGHEST, PRIORITY_LOW, PRIORITY_LOWEST, PRIORITY_NORMAL, REPEATING_NO, REPEATING_UNKNOWN, REPEATING_YES, SHOWASFREE_BUSY, SHOWASFREE_FREE, SHOWASFREE_OUT, SHOWASFREE_TENTATIVE

Method Summary
java.util.Date getEndTime()
Returns the ending time
java.lang.String getPriority()
Gets the priority.
java.util.Date getStartTime()
Returns the starting time
java.lang.String getSummary()
Returns summary of this item.
void setDescription(java.lang.String desc)
Sets description for the resource item.
void setEndTime(java.util.Date end)
Sets the ending time
void setPriority(java.lang.String priority)
Sets the priority.
void setStartTime(java.util.Date start)
Sets the starting time
void setSummary(java.lang.String summary)
Sets summary of this item.

Methods inherited from class oracle.workspaces.resource.CwResourceItemDefinition
getDescription, getName, setName

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

getEndTime

public java.util.Date getEndTime()
Returns the ending time

getPriority

public java.lang.String getPriority()
Gets the priority. It should be one of the following values: PRIORITY_HIGHEST PRIORITY_HIGH PRIORITY_NORMAL PRIORITY_LOW PRIORITY_LOWEST

getStartTime

public java.util.Date getStartTime()
Returns the starting time

getSummary

public java.lang.String getSummary()
Returns summary of this item. This is actually the same as name.

setDescription

public void setDescription(java.lang.String desc)
                    throws CwAttrValException
Sets description for the resource item.
Overrides:
setDescription in class CwResourceItemDefinition
Throws:
CwAttrValException

setEndTime

public void setEndTime(java.util.Date end)
Sets the ending time
Parameters:
end - ending time

setPriority

public void setPriority(java.lang.String priority)
Sets the priority. It should be one of the following values: PRIORITY_HIGHEST PRIORITY_HIGH PRIORITY_NORMAL PRIORITY_LOW PRIORITY_LOWEST
Parameters:
priority - Priority to be set.

setStartTime

public void setStartTime(java.util.Date start)
Sets the starting time
Parameters:
start - the starting time

setSummary

public void setSummary(java.lang.String summary)
                throws CwAttrValException
Sets summary of this item. This actually sets the name.
Throws:
CwAttrValException

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