|
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.Property
Property encapsulates a property name/value
Constructor Summary | |
Property() |
|
Property(String name, String value) |
Method Summary | |
String |
getName() Get the name of the property |
String |
getValue() Get the value of the property |
void |
setName(String name) Set the name of the property |
void |
setValue(String value) Set the value of the property |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Property()
public Property(String name, String value)
Method Detail |
public String getName()
public String getValue()
public void setName(String name)
name
- name of the propertypublic void setValue(String value)
value
- value of the property
|
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 |