|
|||||||||
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.PropertyHolderImpl com.tonbeller.jpivot.olap.model.impl.MemberImpl
public class MemberImpl
Created on 11.10.2002
Field Summary |
---|
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable |
---|
LABEL_COMPARATOR |
Constructor Summary | |
---|---|
MemberImpl()
|
|
MemberImpl(java.util.List propertyList)
|
|
MemberImpl(Property[] properties)
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
java.lang.String |
getLabel()
Returns the label. |
Level |
getLevel()
Returns the level. |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
int |
getRootDistance()
Returns the rootDistance. |
boolean |
isAll()
|
boolean |
isCalculated()
an OLAP Member may be calculated i.e. derived from original members |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setLevel(Level level)
Sets the level. |
void |
setRootDistance(int rootDistance)
Sets the rootDistance. |
Methods inherited from class com.tonbeller.jpivot.olap.model.impl.PropertyHolderImpl |
---|
addProperty, getProperties, getProperty, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tonbeller.jpivot.olap.model.Member |
---|
equals |
Methods inherited from interface com.tonbeller.jpivot.olap.model.PropertyHolder |
---|
getProperties, getProperty |
Constructor Detail |
---|
public MemberImpl()
public MemberImpl(Property[] properties)
public MemberImpl(java.util.List propertyList)
Method Detail |
---|
public int getRootDistance()
getRootDistance
in interface Member
public void setRootDistance(int rootDistance)
rootDistance
- The rootDistance to setpublic Level getLevel()
getLevel
in interface Member
public void setLevel(Level level)
level
- The level to setpublic java.lang.Object getRootDecoree()
Decorator
getRootDecoree
in interface Decorator
public void accept(Visitor visitor)
accept
in interface Visitable
public java.lang.String getLabel()
getLabel
in interface Displayable
public void setLabel(java.lang.String label)
label
- The label to setpublic boolean isAll()
isAll
in interface Member
public boolean isCalculated()
Member
isCalculated
in interface Member
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |