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

B25479-01


oracle.workspaces.resource.views
Class CwViewProperties

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

All Implemented Interfaces:
CwEntityProperties

public class CwViewProperties
extends CwResourceItemProperties

Class for CW view properties


Method Summary
void setDescription(java.lang.String desc)
Sets description for the view.
void setName(java.lang.String name)
Sets name for the view.

Methods inherited from class oracle.workspaces.resource.CwResourceItemProperties
getCreatedTime, getDescription, getLastAccessTime, getLastModifiedBy, getLastModifiedTime, getName, getOwner, getUid

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

Method Detail

setDescription

public void setDescription(java.lang.String desc)
                    throws CwAttrValException
Sets description for the view.
Overrides:
setDescription in class CwResourceItemProperties
Parameters:
desc - description of the item.
Throws:
CwAttrValException

setName

public void setName(java.lang.String name)
             throws CwAttrValException
Sets name for the view.
Overrides:
setName in class CwResourceItemProperties
Parameters:
name - the name of the resource item
Throws:
CwAttrValException

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