Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class FilesResourceItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceItem
      extended byoracle.workspaces.ws.beans.FilesResourceItem


public class FilesResourceItem
extends ResourceItem

This class represents a file or folder in library.


Method Summary
 java.lang.String getResourceItemType()
          Gets the resourceItemType value for this FilesResourceItem.
 void setResourceItemType(java.lang.String resourceItemType)
          Sets the resourceItemType value for this FilesResourceItem.

 

Methods inherited from class oracle.workspaces.ws.beans.ResourceItem
getCreatedTime, getDescription, getId, getLastModifiedBy, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName, setOwner

 

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

 

Method Detail

getResourceItemType

public java.lang.String getResourceItemType()
Gets the resourceItemType value for this FilesResourceItem. The valid types are "FILE", "FOLDER".
Returns:
resourceItemType

setResourceItemType

public void setResourceItemType(java.lang.String resourceItemType)
Sets the resourceItemType value for this FilesResourceItem. The valid types are "FILE", "FOLDER".
Parameters:
resourceItemType -

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