Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.table
Class TableMember

java.lang.Object
  extended by com.citra.pivot.table.AbstractTableObject
      extended by com.citra.pivot.table.TableMember
All Implemented Interfaces:
OlapMember, OlapObject
Direct Known Subclasses:
TableMeasure

public class TableMember
extends AbstractTableObject
implements OlapMember

TableMember is the the concrete OlapMember implementation for the table datasource.


Field Summary
protected  OlapLevel level
          the member's level
 
Fields inherited from class com.citra.pivot.table.AbstractTableObject
caption, description, id, name
 
Method Summary
 OlapLevel getLevel()
          Retrieves the level this member is part of.
 int getMemberCount()
          Retrieves the number of children this member has.
 
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

level

protected OlapLevel level
the member's level

Method Detail

getLevel

public OlapLevel getLevel()
Retrieves the level this member is part of.

Specified by:
getLevel in interface OlapMember
Returns:
the member's level

getMemberCount

public int getMemberCount()
Retrieves the number of children this member has.

Specified by:
getMemberCount in interface OlapMember
Returns:
the member's children count

Copyright © 2011 Citra Technologies. All Rights Reserved.