|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.table.AbstractTableObject
com.citra.pivot.table.TableLevel
public class TableLevel
TableLevel is the the concrete OlapLevel implementation for the table datasource.
Field Summary | |
---|---|
protected TableContext |
context
the level's context |
protected TableHierarchy |
hierarchy
the level's hierarchy |
Fields inherited from class com.citra.pivot.table.AbstractTableObject |
---|
caption, description, id, name |
Method Summary | |
---|---|
TableContext |
getContext()
Retrieves the context of the level. |
OlapHierarchy |
getHierarchy()
Retrieves the hierarchy that this level belongs to. |
void |
setContext(TableContext context)
Assigns the context of the level. |
Methods inherited from class com.citra.pivot.table.AbstractTableObject |
---|
getCaption, getCaption, getDescription, getDescription, getID, getName, setCaption, setCaption, setDescription, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject |
---|
getCaption, getDescription, getID, getName |
Field Detail |
---|
protected TableContext context
protected TableHierarchy hierarchy
Method Detail |
---|
public TableContext getContext()
public OlapHierarchy getHierarchy()
getHierarchy
in interface OlapLevel
public void setContext(TableContext context)
context
- the level's context
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |