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

Part No. B28209-01


oracle.workspaces.ws.beans
Class SearchItem

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


public class SearchItem
extends java.lang.Object

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

SearchItem

public SearchItem()
Default constructor

Method Detail

getAttributes

public NamedValue[] getAttributes()
Gets the attributes value for this SearchItem.
Returns:
attributes

setAttributes

public void setAttributes(NamedValue[] attributes)
Sets the attributes value for this SearchItem.
Parameters:
attributes -

getId

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

setId

public void setId(java.lang.String id)
Sets the id value for this SearchItem.
Parameters:
id -

getName

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

setName

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

getType

public java.lang.String getType()
Gets the type value for this SearchItem.
Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this SearchItem.
Parameters:
type -

getWebUIUrl

public java.lang.String getWebUIUrl()
Gets the webUIUrl value for this SearchItem.
Returns:
webUIUrl

setWebUIUrl

public void setWebUIUrl(java.lang.String webUIUrl)
Sets the webUIUrl value for this SearchItem.
Parameters:
webUIUrl -

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