|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-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 | |
java.lang.Byte[] |
getContent() Returns the suggested content for this provider. |
java.lang.String |
getName() Returns the provider name for this suggested content element. |
void |
setContent(java.lang.Byte[] content) Sets the suggested content for this provider. |
void |
setName(java.lang.String name) Sets the provider name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCElement()
Method Detail |
public void setName(java.lang.String name)
name
- the provider namepublic java.lang.String getName()
public void setContent(java.lang.Byte[] content)
content
- the suggested contentpublic java.lang.Byte[] getContent()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |