|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.olap.model.impl.ResultImpl
public class ResultImpl
Created on 11.10.2002
Constructor Summary | |
---|---|
ResultImpl()
Constructor for ResultImpl. |
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
Axis[] |
getAxes()
Returns the axes. |
java.util.List |
getCells()
Returns the cells. |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
Axis |
getSlicer()
Returns the slicer. |
boolean |
isOverflowOccured()
|
void |
setAxes(Axis[] axes)
Sets the axes. |
void |
setCells(java.util.List cells)
Sets the cells. |
void |
setSlicer(Axis slicer)
Sets the slicer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultImpl()
Method Detail |
---|
public Axis[] getAxes()
getAxes
in interface Result
public java.util.List getCells()
getCells
in interface Result
Cell
public Axis getSlicer()
getSlicer
in interface Result
public void setAxes(Axis[] axes)
axes
- The axes to setpublic void setCells(java.util.List cells)
cells
- The cells to setpublic void setSlicer(Axis slicer)
slicer
- The slicer to setpublic void accept(Visitor visitor)
accept
in interface Visitable
public java.lang.Object getRootDecoree()
Decorator
getRootDecoree
in interface Decorator
public boolean isOverflowOccured()
isOverflowOccured
in interface Result
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |