|
|||||||||
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.LevelImpl
public class LevelImpl
Created on 11.10.2002
Field Summary |
---|
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable |
---|
LABEL_COMPARATOR |
Constructor Summary | |
---|---|
LevelImpl()
|
|
LevelImpl(java.lang.String label,
Hierarchy hierarchy)
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
Hierarchy |
getHierarchy()
Returns the hierarchy. |
java.lang.String |
getLabel()
Returns the label. |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
java.lang.String |
getUniqueName()
|
void |
setHierarchy(Hierarchy hierarchy)
Sets the hierarchy. |
void |
setLabel(java.lang.String label)
Sets the label. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LevelImpl()
public LevelImpl(java.lang.String label, Hierarchy hierarchy)
Method Detail |
---|
public Hierarchy getHierarchy()
getHierarchy
in interface Level
public void setHierarchy(Hierarchy hierarchy)
hierarchy
- The hierarchy 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 java.lang.String getUniqueName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |