Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.config.lists
Class SDViewTreeList.ListEntry

java.lang.Object
  extended by oracle.apps.fnd.applseed.config.lists.SDViewTreeList.ListEntry
All Implemented Interfaces:
ListObjectHolder
Enclosing class:
SDViewTreeList

public class SDViewTreeList.ListEntry
extends java.lang.Object
implements ListObjectHolder

Class representing list objects.


Constructor Summary
SDViewTreeList.ListEntry(java.lang.Object anObject, int aLevel, boolean pisNode)
          Constructor based on position of object in tree.
 
Method Summary
 boolean isNode()
          Method returns true if object is node in tree.
 int level()
          Method returns level of object in the tree.
 java.lang.Object object()
          Object access method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDViewTreeList.ListEntry

public SDViewTreeList.ListEntry(java.lang.Object anObject,
                                int aLevel,
                                boolean pisNode)
Constructor based on position of object in tree.

Parameters:
anObject - the object in list
aLevel - level in the tree
pisNode - is the object a node
Method Detail

object

public java.lang.Object object()
Object access method.

Specified by:
object in interface ListObjectHolder
Returns:
list object

level

public int level()
Method returns level of object in the tree.

Returns:
returns level of object in the tree.

isNode

public boolean isNode()
Method returns true if object is node in tree.

Returns:
returns true if object is node

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.