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

B25479-01


oracle.workspaces.resource.calendar
Class CwCalendarResourceProperties

java.lang.Object
  extended byoracle.workspaces.resource.CwResourceProperties
      extended byoracle.workspaces.resource.calendar.CwCalendarResourceProperties

All Implemented Interfaces:
CwResourcePropertyName

public class CwCalendarResourceProperties
extends CwResourceProperties

This class represents calendar resource/service properties.


Field Summary

Fields inherited from interface oracle.workspaces.resource.CwResourcePropertyName
BOARD_EDIT_POLICY, BOARD_EMAIL_POLICY, BODY, CREATION_TIME, CREATOR, DESCRIPTION, EMAIL_SUBSCRIPTION_POLICY, HOST, LAST_MODIFIED_TIME, LOCATION, NAME, NOTIFICATION_TOKEN, PERCENTAGE, PORT, TITLE, TYPE, UID

Method Summary
java.lang.Object clone()
Clones this instance and return it.
java.lang.String getMappedWspcEntityGuid()
Returns the mapped internal calendar wspc entity Guid.
CwResourceType getType()
Returns the resource type

Methods inherited from class oracle.workspaces.resource.CwResourceProperties
getCreationTime, getCreator, getDescription, getLastModifiedTime, getName, getUid, setDescription, setName

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

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones this instance and return it.
Throws:
java.lang.CloneNotSupportedException

getMappedWspcEntityGuid

public java.lang.String getMappedWspcEntityGuid()
Returns the mapped internal calendar wspc entity Guid.

getType

public CwResourceType getType()
Returns the resource type
Specified by:
getType in class CwResourceProperties

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