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

Part No. B28209-01


oracle.workspaces.ws.beans
Class Resource

java.lang.Object
  extended byoracle.workspaces.ws.beans.Resource

Direct Known Subclasses:
CalendarResource, DiscussionResource, InboxResource, LibraryResource

public class Resource
extends java.lang.Object

This class represents a generic resource.


Constructor Summary
Resource()
           

 

Method Summary
 java.util.Calendar getCreationTime()
          Gets the creationTime value for this Resource.
 java.lang.String getCreator()
          Gets the creator value for this Resource.
 java.lang.String getDescription()
          Gets the description value for this Resource.
 java.lang.String getId()
          Gets the id value for this Resource.
 java.util.Calendar getLastModifiedTime()
          Gets the lastModifiedTime value for this Resource.
 java.lang.String getName()
          Gets the name value for this Resource.
 java.lang.String getWebUIUrl()
          Gets the url of the resource in the web UI.
 void setDescription(java.lang.String description)
          Sets the description value for this Resource.
 void setName(java.lang.String name)
          Sets the name value for this Resource.

 

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

 

Constructor Detail

Resource

public Resource()

Method Detail

getCreationTime

public java.util.Calendar getCreationTime()
Gets the creationTime value for this Resource.
Returns:
creationTime

getCreator

public java.lang.String getCreator()
Gets the creator value for this Resource.
Returns:
creator

getDescription

public java.lang.String getDescription()
Gets the description value for this Resource.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Resource.
Parameters:
description -

getId

public java.lang.String getId()
Gets the id value for this Resource.
Returns:
id

getLastModifiedTime

public java.util.Calendar getLastModifiedTime()
Gets the lastModifiedTime value for this Resource.
Returns:
lastModifiedTime

getName

public java.lang.String getName()
Gets the name value for this Resource.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Resource.
Parameters:
name -

getWebUIUrl

public java.lang.String getWebUIUrl()
Gets the url of the resource in the web UI.
Returns:
String - the WebUI Url of the resource

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