|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-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
public class Property
Property encapsulates a property name/value
| Constructor Summary | |
|---|---|
Property() |
|
Property(String name, String value) |
|
| Method Summary | |
|---|---|
String |
getName()Gets the name of the property. |
String |
getValue()Gets the value of the property. |
void |
setName(String name)Sets the name of the property. |
void |
setValue(String value)Sets 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 void setName(String name)
name - name of the propertypublic String getValue()
public void setValue(String value)
value - value of the property
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||