com.tonbeller.jpivot.test.olap
Class TestMember
java.lang.Object
com.tonbeller.jpivot.olap.model.impl.PropertyHolderImpl
com.tonbeller.jpivot.olap.model.impl.MemberImpl
com.tonbeller.jpivot.test.olap.TestMember
- All Implemented Interfaces:
- Decorator, Displayable, Expression, Member, PropertyHolder, Visitable
public class TestMember
- extends MemberImpl
Created on 22.10.2002
- Author:
- av
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tonbeller.jpivot.olap.model.Member |
equals |
TestMember
public TestMember()
getChildMember
public java.util.ArrayList getChildMember()
- Returns the childMember.
- Returns:
- ArrayList
getParentMember
public TestMember getParentMember()
- Returns the parentMember.
- Returns:
- TestMember
addChildMember
public void addChildMember(TestMember member)
hasChildren
public boolean hasChildren()
setParentMember
public void setParentMember(TestMember parentMember)
- Sets the parentMember.
- Parameters:
parentMember
- The parentMember to set
isVisible
public boolean isVisible()
- Returns the visible.
- Returns:
- boolean
setVisible
public void setVisible(boolean visible)
- Sets the visible.
- Parameters:
visible
- The visible to set