|
|||||||||
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.HierarchyImpl
public class HierarchyImpl
Created on 11.10.2002
Field Summary |
---|
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable |
---|
LABEL_COMPARATOR |
Constructor Summary | |
---|---|
HierarchyImpl()
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
Dimension |
getDimension()
Returns the dimension. |
java.lang.String |
getLabel()
Returns the label. |
Level[] |
getLevels()
Returns the levels. |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
boolean |
hasAll()
|
void |
setDimension(Dimension dimension)
Sets the dimension. |
void |
setHasAll(boolean hasAll)
|
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setLevels(Level[] levels)
Sets the levels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HierarchyImpl()
Method Detail |
---|
public Dimension getDimension()
getDimension
in interface Hierarchy
public Level[] getLevels()
getLevels
in interface Hierarchy
public void setDimension(Dimension dimension)
dimension
- The dimension to setpublic void setLevels(Level[] levels)
levels
- The levels to setpublic void accept(Visitor visitor)
accept
in interface Visitable
public java.lang.Object getRootDecoree()
Decorator
getRootDecoree
in interface Decorator
public java.lang.String getLabel()
getLabel
in interface Displayable
public void setLabel(java.lang.String label)
label
- The label to setpublic boolean hasAll()
hasAll
in interface Hierarchy
public void setHasAll(boolean hasAll)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |