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

E22562-02

oracle.apps.fnd.applcore.trees.uiModel
Class TreeLabel

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.uiModel.TreeLabel

public class TreeLabel
extends java.lang.Object

Run-time representation of tree label from central FND_LABEL table.

Author:
Abhay Kumar <abhay.k.kumar@oracle.com>

Constructor Summary
TreeLabel(FndLabelVORow labelRow)
          Create a Tree Label from row obtained from FND_LABEL table.
 
Method Summary
 java.lang.String getLabelDescription()
          Gets the LabelDescription.
 java.lang.String getLabelIconName()
          Gets the Label Icon Name.
 java.lang.String getLabelId()
          Gets the Label ID.
 java.lang.String getLabelName()
          Gets the Label Name.
 java.lang.String getLabelShortName()
          Gets the Label Short Name.
 java.lang.String toString()
          Provides a String representation of the Label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeLabel

public TreeLabel(FndLabelVORow labelRow)
Create a Tree Label from row obtained from FND_LABEL table.

Parameters:
labelRow - the FndLabelVORow
Method Detail

getLabelId

public java.lang.String getLabelId()
Gets the Label ID.

Returns:
String the LabelId for the selected Label

getLabelName

public java.lang.String getLabelName()
Gets the Label Name.

Returns:
String LabelName for the selected Label

getLabelShortName

public java.lang.String getLabelShortName()
Gets the Label Short Name.

Returns:
String LabelShortName for the selected Label

getLabelIconName

public java.lang.String getLabelIconName()
Gets the Label Icon Name.

Returns:
String LabelIconName for the selected Label

getLabelDescription

public java.lang.String getLabelDescription()
Gets the LabelDescription.

Returns:
String LabelDescription for the selected Label

toString

public java.lang.String toString()
Provides a String representation of the Label.

Overrides:
toString in class java.lang.Object
Returns:
String the String representation

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.