|
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.CustomAttribute
CustomAttribute encapsulates name and value of the custom (user-defined) attribute. Name of the attribute is represented by actual name and type of the attribute in name_type format. For example: A string attribute foo will be represented as foo_STRING
Constructor Summary | |
CustomAttribute() |
|
CustomAttribute(String name, String value) |
Method Summary | |
String |
getName() Returns the name of the the custom attribute. |
String |
getValue() Returns the value of the the custom attribute. |
void |
setName(String name) Sets the name of the the custom attribute. |
void |
setValue(String value) Sets the value of the the custom attribute. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CustomAttribute()
public CustomAttribute(String name, String value)
name
- name of the custom attributevalue
- value of the custom attributeMethod Detail |
public String getName()
public void setName(String name)
name
- name of the cutsom attributepublic String getValue()
public void setValue(String value)
value
- value of the cutsom attribute
|
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 |