|
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.SearchItem
This class represents an individual search result item, returned by search service.
Constructor Summary | |
SearchItem() Default constructor |
Method Summary | |
NamedValue[] |
getAttributes() Gets the attributes value for this SearchItem. |
java.lang.String |
getId() Gets the id value for this SearchItem. |
java.lang.String |
getName() Gets the name value for this SearchItem. |
java.lang.String |
getType() Gets the type value for this SearchItem. |
java.lang.String |
getWebUIUrl() Gets the webUIUrl value for this SearchItem. |
void |
setAttributes(NamedValue[] attributes) Sets the attributes value for this SearchItem. |
void |
setId(java.lang.String id) Sets the id value for this SearchItem. |
void |
setName(java.lang.String name) Sets the name value for this SearchItem. |
void |
setType(java.lang.String type) Sets the type value for this SearchItem. |
void |
setWebUIUrl(java.lang.String webUIUrl) Sets the webUIUrl value for this SearchItem. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchItem()
Method Detail |
public NamedValue[] getAttributes()
public void setAttributes(NamedValue[] attributes)
attributes
-public java.lang.String getId()
public void setId(java.lang.String id)
id
-public java.lang.String getName()
public void setName(java.lang.String name)
name
-public java.lang.String getType()
public void setType(java.lang.String type)
type
-public java.lang.String getWebUIUrl()
public void setWebUIUrl(java.lang.String webUIUrl)
webUIUrl
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |