|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 Hierarchypublic Level[] getLevels()
getLevels in interface Hierarchypublic 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 Visitablepublic java.lang.Object getRootDecoree()
Decorator
getRootDecoree in interface Decoratorpublic java.lang.String getLabel()
getLabel in interface Displayablepublic void setLabel(java.lang.String label)
label - The label to setpublic boolean hasAll()
hasAll in interface Hierarchypublic void setHasAll(boolean hasAll)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||