|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.SCElement
SCElement encapsulates suggested content.
Constructor Summary | |
SCElement() |
Method Summary | |
Byte[] |
getContent() Returns the suggested content for this provider. |
String |
getName() Returns the provider name for this suggested content element. |
void |
setContent(Byte[] content) Sets the suggested content for this provider. |
void |
setName(String name) Sets the provider name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCElement()
Method Detail |
public void setName(String name)
name
- the provider namepublic String getName()
public void setContent(Byte[] content)
content
- the suggested contentpublic Byte[] getContent()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |