com.tonbeller.jpivot.olap.model.impl
Class PositionImpl

java.lang.Object
  extended by com.tonbeller.jpivot.olap.model.impl.PositionImpl
All Implemented Interfaces:
Decorator, Position, Visitable
Direct Known Subclasses:
TestPosition

public class PositionImpl
extends java.lang.Object
implements Position

Created on 11.10.2002

Author:
av

Constructor Summary
PositionImpl()
           
 
Method Summary
 void accept(Visitor visitor)
           
 Member[] getMembers()
          Returns the members.
 java.lang.Object getRootDecoree()
          returns the object that has been created by the olap server.
 void setMembers(Member[] members)
          Sets the members.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionImpl

public PositionImpl()
Method Detail

getMembers

public Member[] getMembers()
Returns the members.

Specified by:
getMembers in interface Position
Returns:
Member[]

setMembers

public void setMembers(Member[] members)
Sets the members.

Parameters:
members - The members to set

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Visitable

getRootDecoree

public java.lang.Object getRootDecoree()
Description copied from interface: Decorator
returns the object that has been created by the olap server. If this is part of a decorator chain, unwinds the chain and returns the root of all decorators.

Specified by:
getRootDecoree in interface Decorator