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 AttributeLOVElement

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

All Implemented Interfaces:
Serializable

public class AttributeLOVElement
extends Object
implements Serializable

AttributeLOVElement encapsulates an element in the list of values for an attribute.

See Also:
Serialized Form

Constructor Summary
AttributeLOVElement()
           
AttributeLOVElement(String value, String displayValue)
           

 

Method Summary
 String getDisplayValue()
          Returns the display value of the attribute.
 String getValue()
          Returns the value of the attribute.
 void setDisplayValue(String displayValue)
          Sets the value of the attribute.
 void setValue(String value)
          Sets the value of the attribute.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttributeLOVElement

public AttributeLOVElement()

AttributeLOVElement

public AttributeLOVElement(String value,
                           String displayValue)
Parameters:
value - value of the attribute
displayValue - display value of the attribute

Method Detail

getValue

public String getValue()
Returns the value of the attribute.

setValue

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

getDisplayValue

public String getDisplayValue()
Returns the display value of the attribute.

setDisplayValue

public void setDisplayValue(String displayValue)
Sets the value of the attribute.
Parameters:
displayValue - display value of the attribute

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.