Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


oracle.search.query.webservice.client
Class Property

java.lang.Object
  extended byoracle.search.query.webservice.client.Property


public class Property
extends Object

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

Property

public Property()

Property

public Property(String name,
                String value)

Method Detail

getName

public String getName()
Get the name of the property

getValue

public String getValue()
Get the value of the property

setName

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

setValue

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

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


Copyright © 2006, 2007, Oracle. All rights reserved.