Oracle® Collaboration Suite Workspaces API Reference
10g (10.1.1.0.2)

Part No. B16233-01


oracle.workspaces.resource
Class CwResourceItemProperties

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

All Implemented Interfaces:
CwEntityProperties
Direct Known Subclasses:
CwAnnouncementProperties, CwBoardProperties, CwCalendarItemProperties, CwDiscussionItemProperties, CwFilesItemProperties, CwMessageProperties, CwThreadProperties, CwViewProperties

public abstract class CwResourceItemProperties
extends java.lang.Object
implements CwEntityProperties

Interface that represents properties of CwResourceItem

Since:
release specific (what release of product did this appear in)

Method Summary
java.util.Date getCreatedTime()
Returns the creation time
java.lang.String getDescription()
Returns the description.
java.util.Date getLastAccessTime()
Returns the last access time of the connected user
CwUser getLastModifiedBy()
java.util.Date getLastModifiedTime()
Returns the time of last modification
java.lang.String getName()
Returns the name.
CwUser getOwner()
Returns the owner of this resource item.
CwUid getUid()
Return the unique id of this object.
void setDescription(java.lang.String description)
Sets the description.
void setName(java.lang.String name)
Sets the name.

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

Method Detail

getCreatedTime

public java.util.Date getCreatedTime()
                              throws CwException
Returns the creation time
Specified by:
getCreatedTime in interface CwEntityProperties
Throws:
CwException

getDescription

public java.lang.String getDescription()
                                throws CwException
Returns the description.
Throws:
CwException

getLastAccessTime

public java.util.Date getLastAccessTime()
                                 throws CwException
Returns the last access time of the connected user
Specified by:
getLastAccessTime in interface CwEntityProperties
Throws:
CwException

getLastModifiedBy

public CwUser getLastModifiedBy()
                         throws CwException
Throws:
CwException

getLastModifiedTime

public java.util.Date getLastModifiedTime()
                                   throws CwException
Returns the time of last modification
Specified by:
getLastModifiedTime in interface CwEntityProperties
Throws:
CwException

getName

public java.lang.String getName()
                         throws CwException
Returns the name.
Throws:
CwException

getOwner

public CwUser getOwner()
                throws CwException
Returns the owner of this resource item.
Throws:
CwException

getUid

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

setDescription

public void setDescription(java.lang.String description)
                    throws CwException
Sets the description.
Parameters:
description - description of the item.
Throws:
CwException

setName

public void setName(java.lang.String name)
             throws CwException
Sets the name.
Parameters:
name - the name of the resource item
Throws:
CwException

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