com.tonbeller.jpivot.test.olap
Class TestHierarchy

java.lang.Object
  extended by com.tonbeller.jpivot.olap.model.impl.HierarchyImpl
      extended by com.tonbeller.jpivot.test.olap.TestHierarchy
All Implemented Interfaces:
Decorator, Displayable, Expression, Hierarchy, Visitable

public class TestHierarchy
extends HierarchyImpl

Created on 22.10.2002

Author:
av

Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable
LABEL_COMPARATOR
 
Constructor Summary
TestHierarchy()
           
 
Method Summary
 TestMember[] getRootMembers()
          Returns the rootMembers.
 void setRootMembers(TestMember[] rootMembers)
          Sets the rootMembers.
 
Methods inherited from class com.tonbeller.jpivot.olap.model.impl.HierarchyImpl
accept, getDimension, getLabel, getLevels, getRootDecoree, hasAll, setDimension, setHasAll, setLabel, setLevels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHierarchy

public TestHierarchy()
Method Detail

getRootMembers

public TestMember[] getRootMembers()
Returns the rootMembers.

Returns:
TestMember[]

setRootMembers

public void setRootMembers(TestMember[] rootMembers)
Sets the rootMembers.

Parameters:
rootMembers - The rootMembers to set