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

Part No. B28209-01


oracle.workspaces.ws.beans
Class ViewResourceItem

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


public class ViewResourceItem
extends java.lang.Object

This class represents a view.


Constructor Summary
ViewResourceItem()
          Default constructor.

 

Method Summary
 java.util.Calendar getCreatedTime()
          Gets the time of creation of view.
 java.lang.String getDescription()
          Gets the view description.
 java.lang.String getId()
          Gets the view id.
 java.lang.String getLastModifiedBy()
          Gets the nickname of user who last modified the view.
 java.util.Calendar getLastModifiedTime()
          Gets the time when view was last modified.
 java.lang.String getName()
          Gets the name of view.
 java.lang.String getOwner()
          Gets the nickname of user who is the owner of the view.
 java.lang.String getWebUIUrl()
          Gets the webUIUrl of view.
 void setDescription(java.lang.String description)
          Sets the view description.
 void setId(java.lang.String id)
          Sets the view id.
 void setName(java.lang.String name)
          Sets the name of the view.

 

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

 

Constructor Detail

ViewResourceItem

public ViewResourceItem()
Default constructor.

Method Detail

getCreatedTime

public java.util.Calendar getCreatedTime()
Gets the time of creation of view.
Returns:
createdTime

getDescription

public java.lang.String getDescription()
Gets the view description.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the view description.
Parameters:
description -

getId

public java.lang.String getId()
Gets the view id.
Returns:
id

setId

public void setId(java.lang.String id)
Sets the view id.
Parameters:
id -

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Gets the nickname of user who last modified the view.
Returns:
lastModifiedBy

getLastModifiedTime

public java.util.Calendar getLastModifiedTime()
Gets the time when view was last modified.
Returns:
lastModifiedTime

getName

public java.lang.String getName()
Gets the name of view.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name of the view.
Parameters:
name -

getOwner

public java.lang.String getOwner()
Gets the nickname of user who is the owner of the view.
Returns:
owner

getWebUIUrl

public java.lang.String getWebUIUrl()
Gets the webUIUrl of view.
Returns:
webUIUrl

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