Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.1.0.0)

E17597-02


oracle.search.query.webservice.client
Class Property

java.lang.Object
  extended by oracle.search.query.webservice.client.Property

All Implemented Interfaces:
Serializable

public class Property
extends Object
implements Serializable

Property encapsulates a property name/value

See Also:
Serialized Form

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

Property

public Property()

Property

public Property(String name,
                String value)

Method Detail

getName

public String getName()
Gets the name of the property.

setName

public void setName(String name)
Sets the name of the property.
Parameters:
name - name of the property

getValue

public String getValue()
Gets the value of the property.

setValue

public void setValue(String value)
Sets the value of the property.
Parameters:
value - value of the property

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.1.0.0)

E17597-02


Copyright © 2006, 2011, Oracle and/or its affiliates. All rights reserved.