|
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.CustomAttribute
CustomAttribute encapsulates custom (user-defined) attribute information.
Constructor Summary | |
CustomAttribute() |
|
CustomAttribute(java.lang.String name, java.lang.String value) |
Method Summary | |
java.lang.String |
getName() Returns the name of the the custom attribute. |
java.lang.String |
getValue() Returns the value of the the custom attribute. |
void |
setName(java.lang.String name) Sets the name of the the custom attribute. |
void |
setValue(java.lang.String value) Sets the value of the the custom attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CustomAttribute()
public CustomAttribute(java.lang.String name, java.lang.String value)
name
- name of the custom attributevalue
- value of the custom attributeMethod Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the cutsom attributepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- value of the cutsom attribute
|
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 |