|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.ViewResourceItem
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 |
public ViewResourceItem()
Method Detail |
public java.util.Calendar getCreatedTime()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
-public java.lang.String getId()
public void setId(java.lang.String id)
id
-public java.lang.String getLastModifiedBy()
public java.util.Calendar getLastModifiedTime()
public java.lang.String getName()
public void setName(java.lang.String name)
name
-public java.lang.String getOwner()
public java.lang.String getWebUIUrl()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |