com.fullspan.kat.domain
Class KatEntryTreeNode

java.lang.Object
  extended bycom.fullspan.kat.domain.KatEntryTreeNode

public class KatEntryTreeNode
extends java.lang.Object

Author:
Mitch Stuart

Field Summary
static java.util.Comparator ENTRY_NAME_NOCASE_COMPARATOR
           
 
Constructor Summary
KatEntryTreeNode(KatEntry entry)
           
 
Method Summary
 java.util.List getChildCatNodes()
           
 java.util.List getChildItemNodes()
           
 KatEntry getEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_NAME_NOCASE_COMPARATOR

public static final java.util.Comparator ENTRY_NAME_NOCASE_COMPARATOR
Constructor Detail

KatEntryTreeNode

public KatEntryTreeNode(KatEntry entry)
Method Detail

getEntry

public KatEntry getEntry()

getChildCatNodes

public java.util.List getChildCatNodes()

getChildItemNodes

public java.util.List getChildItemNodes()