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

B25479-01


oracle.workspaces.resource
Class CwResourceProperties

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

All Implemented Interfaces:
CwResourcePropertyName
Direct Known Subclasses:
CwCalendarResourceProperties, CwDiscussionResourceProperties, CwEmailResourceProperties, CwFilesResourceProperties, CwViewResourceProperties

public abstract class CwResourceProperties
extends java.lang.Object
implements CwResourcePropertyName

Encapsulating the properties of a resource. This should be subclassed by specific resources.


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.util.Date getCreationTime()
Returns creationTime for the resource.
CwUser getCreator()
Returns creator for the resource.
java.lang.String getDescription()
Returns description for the resource.
java.util.Date getLastModifiedTime()
Returns lastModifiedTime for the resource.
java.lang.String getName()
Returns name for the resource.
abstract CwResourceType getType()
Returns the resource type
CwUid getUid()
Return the unique id of this object.
void setDescription(java.lang.String desc)
Sets description for the resource.
void setName(java.lang.String name)
Sets name for the resource.

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

Method Detail

getCreationTime

public java.util.Date getCreationTime()
Returns creationTime for the resource.
Returns:
the resource creationTime

getCreator

public CwUser getCreator()
Returns creator for the resource.
Returns:
the resource creator

getDescription

public java.lang.String getDescription()
Returns description for the resource.
Returns:
the resource description

getLastModifiedTime

public java.util.Date getLastModifiedTime()
Returns lastModifiedTime for the resource.
Returns:
the resource lastModifiedTime

getName

public java.lang.String getName()
Returns name for the resource.
Returns:
the resource name

getType

public abstract CwResourceType getType()
Returns the resource type

getUid

public CwUid getUid()
Return the unique id of this object.

setDescription

public void setDescription(java.lang.String desc)
                    throws CwException
Sets description for the resource.
Throws:
CwException

setName

public void setName(java.lang.String name)
             throws CwException
Sets name for the resource.
Throws:
CwException

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