com.tonbeller.jpivot.olap.query
Class PositionNodeBean

java.lang.Object
  extended by com.tonbeller.jpivot.olap.query.PositionNodeBean

public class PositionNodeBean
extends java.lang.Object

serialization for mondrian position tree node - used by memento


Constructor Summary
PositionNodeBean()
           
 
Method Summary
 PositionNodeBean[] getChildren()
           
 ExpBean getReference()
           
 void setChildren(PositionNodeBean[] children)
           
 void setReference(ExpBean reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionNodeBean

public PositionNodeBean()
Method Detail

getReference

public ExpBean getReference()
Returns:
reference

setReference

public void setReference(ExpBean reference)
Parameters:
reference -

getChildren

public PositionNodeBean[] getChildren()
Returns:

setChildren

public void setChildren(PositionNodeBean[] children)
Parameters:
children -