com.fullspan.kat.domain
Class KatEntryShrub

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

public class KatEntryShrub
extends java.lang.Object

Author:
Mitch Stuart

Constructor Summary
KatEntryShrub(KatEntry entry, java.util.List parentCats, java.util.List childCats, java.util.List childItems)
           
 
Method Summary
 java.util.List getChildCats()
           
 java.util.List getChildItems()
           
 KatEntry getEntry()
           
 java.util.List getParentCats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KatEntryShrub

public KatEntryShrub(KatEntry entry,
                     java.util.List parentCats,
                     java.util.List childCats,
                     java.util.List childItems)
Method Detail

getChildCats

public java.util.List getChildCats()

getChildItems

public java.util.List getChildItems()

getEntry

public KatEntry getEntry()

getParentCats

public java.util.List getParentCats()