|
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.ResourceItem
This class represents a generic resource item.
| Constructor Summary | |
ResourceItem()Default constructor. |
|
| Method Summary | |
java.util.Calendar |
getCreatedTime()Gets the createdTime value for this ResourceItem. |
java.lang.String |
getDescription()Gets the description value for this ResourceItem. |
java.lang.String |
getId()Gets the id value for this ResourceItem. |
java.lang.String |
getLastModifiedBy()Gets the lastModifiedBy value for this ResourceItem. |
java.util.Calendar |
getLastModifiedTime()Gets the lastModifiedTime value for this ResourceItem. |
java.lang.String |
getName()Gets the name value for this ResourceItem. |
java.lang.String |
getWebUIUrl()Gets the webUIUrl value for this ResourceItem. |
void |
setDescription(java.lang.String description)Sets the description value for this ResourceItem. |
void |
setName(java.lang.String name)Sets the name value for this ResourceItem. |
void |
setOwner(java.lang.String owner)Sets the owner value for this ResourceItem. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResourceItem()
| 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 java.lang.String getLastModifiedBy()
public java.util.Calendar getLastModifiedTime()
public java.lang.String getName()
public void setName(java.lang.String name)
name -public void setOwner(java.lang.String owner)
owner -public java.lang.String getWebUIUrl()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||