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

E22562-05

oracle.apps.fnd.applcore.dt.trees.utils
Class TreeStructureCodes

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.trees.utils.TreeStructureCodes

public class TreeStructureCodes
extends java.lang.Object

Utility class acting as a Bean class for the TreeStructureCodes. Here name is the TreeStructure name and code its corresponding code.

Author:
Pallavi Palparthy <pallavi.palparthy@oracle.com>

Constructor Summary
TreeStructureCodes(java.lang.String code, java.lang.String name)
          Constructor for the class TreeStructureCodes.
 
Method Summary
 java.lang.String getCode()
          Returns the code of the TreeStructure.
 java.lang.String toString()
          Returns the name of the TreeStructure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeStructureCodes

public TreeStructureCodes(java.lang.String code,
                          java.lang.String name)
Constructor for the class TreeStructureCodes.

Parameters:
code - String Value
name - String Value
Method Detail

toString

public java.lang.String toString()
Returns the name of the TreeStructure.

Overrides:
toString in class java.lang.Object
Returns:
name String Value

getCode

public java.lang.String getCode()
Returns the code of the TreeStructure.

Returns:
code String Value

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.