|
|||||||||
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.DimensionImpl
public class DimensionImpl
Created on 11.10.2002
Field Summary |
---|
Fields inherited from interface com.tonbeller.jpivot.olap.model.Dimension |
---|
MEASURES_FIRST_COMPARATOR |
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable |
---|
LABEL_COMPARATOR |
Constructor Summary | |
---|---|
DimensionImpl()
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
Hierarchy[] |
getHierarchies()
Returns the hierarchies. |
java.lang.String |
getLabel()
Returns the label. |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
boolean |
isMeasure()
Returns the measure. |
boolean |
isTime()
Returns the time. |
void |
setHierarchies(Hierarchy[] hierarchies)
Sets the hierarchies. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setMeasure(boolean measure)
Sets the measure. |
void |
setTime(boolean time)
Sets the time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DimensionImpl()
Method Detail |
---|
public Hierarchy[] getHierarchies()
getHierarchies
in interface Dimension
public boolean isMeasure()
isMeasure
in interface Dimension
public boolean isTime()
isTime
in interface Dimension
public void setHierarchies(Hierarchy[] hierarchies)
hierarchies
- The hierarchies to setpublic void setMeasure(boolean measure)
measure
- The measure to setpublic void setTime(boolean time)
time
- The time 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 set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |