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

E22562-02

oracle.apps.fnd.applcore.trees.ui.util
Class NodeKey

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.ui.util.NodeKey

public class NodeKey
extends java.lang.Object

Utility class to be used for node information display.

Author:
Abhay K Kumar <abhay.k.kumar&064;oracle.com>

Constructor Summary
NodeKey(java.lang.String attrName, java.lang.String attrVal)
          Constructor for NodeKey.
 
Method Summary
 java.lang.String getAttrName()
          Getter for Attr Name label.
 java.lang.String getAttrVal()
          Getter for Attr value .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeKey

public NodeKey(java.lang.String attrName,
               java.lang.String attrVal)
Constructor for NodeKey.

Parameters:
attrName - Attribute Label to be displayed
attrVal - Value for the attribute
Method Detail

getAttrName

public java.lang.String getAttrName()
Getter for Attr Name label.

Returns:
String for Attr Name

getAttrVal

public java.lang.String getAttrVal()
Getter for Attr value .

Returns:
Attribute Value

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.