Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.customization
Class SimpleSelectItem

java.lang.Object
  extended by oracle.apps.fnd.applcore.customization.SimpleSelectItem
All Implemented Interfaces:
java.io.Serializable

public class SimpleSelectItem
extends java.lang.Object
implements java.io.Serializable

This class is used by customization functionality as a container for returning a collection to the UI.

Since:
drop8b4
Author:
gordon.hooker@oracle.com
See Also:
Serialized Form

Constructor Summary
SimpleSelectItem()
          Default constructor.
 
Method Summary
 java.lang.String getLabel()
          Setter method for label.
 java.lang.String getValue()
          Getter method for value.
 void setLabel(java.lang.String label)
          Setter method for label.
 void setValue(java.lang.String value)
          Setter method for value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSelectItem

public SimpleSelectItem()
Default constructor.

Method Detail

setLabel

public void setLabel(java.lang.String label)
Setter method for label.

Parameters:
label -

getLabel

public java.lang.String getLabel()
Setter method for label.

Returns:

setValue

public void setValue(java.lang.String value)
Setter method for value.

Parameters:
value -

getValue

public java.lang.String getValue()
Getter method for value.

Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.