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

E22562-01

oracle.apps.fnd.applcore.dt.flex.wizard.viewlink
Class FlexfieldViewLinkAttributeInformation

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.viewlink.FlexfieldViewLinkAttributeInformation

public class FlexfieldViewLinkAttributeInformation
extends java.lang.Object

Utility Class for Attribute storage in combo boxes for use in Flexfield View Link wizard.

Author:
Michael Luetchford <michael.luetchford@oracle.com>

Constructor Summary
FlexfieldViewLinkAttributeInformation(oracle.jbo.dt.objects.JboViewAttr attribute, java.lang.String displayText)
          Constructor for View Link Attribute inforamtion.
 
Method Summary
 oracle.jbo.dt.objects.JboViewAttr getAttribute()
          Retrieve the attribute stored by this class.
 java.lang.String toString()
          Override the toString method with the displayText supplied for this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlexfieldViewLinkAttributeInformation

public FlexfieldViewLinkAttributeInformation(oracle.jbo.dt.objects.JboViewAttr attribute,
                                             java.lang.String displayText)
Constructor for View Link Attribute inforamtion.

Parameters:
attribute - The attribute encapsulated by this class.
displayText - The display text to be shown for this attribute.
Method Detail

getAttribute

public oracle.jbo.dt.objects.JboViewAttr getAttribute()
Retrieve the attribute stored by this class.

Returns:
the attribute.

toString

public java.lang.String toString()
Override the toString method with the displayText supplied for this class.

Overrides:
toString in class java.lang.Object
Returns:
the displayText supplied for this class.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.