Skip navigation links

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

B32260-01


oracle.search.query.webservice.client
Class AttributeLOVElement

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


public class AttributeLOVElement
extends java.lang.Object

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


Constructor Summary
AttributeLOVElement()
           
AttributeLOVElement(java.lang.String value, java.lang.String displayValue)
           

 

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

 

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

 

Constructor Detail

AttributeLOVElement

public AttributeLOVElement()

AttributeLOVElement

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

Method Detail

getValue

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

setValue

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

getDisplayValue

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

setDisplayValue

public void setDisplayValue(java.lang.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
10g Release 1 (10.1.8)

B32260-01


Copyright © 2006, Oracle. All rights reserved.