org.pentaho.platform.plugin.action.mondrian.catalog
Class MondrianCatalogComplementInfo

java.lang.Object
  extended by org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogComplementInfo
All Implemented Interfaces:
Serializable

public class MondrianCatalogComplementInfo
extends Object
implements Serializable

Class to contain extra attributes that we want to connect to the Mondrian Catalog

Author:
Pedro Alves
See Also:
Serialized Form

Constructor Summary
MondrianCatalogComplementInfo()
           
 
Method Summary
 void addWhereCondition(String cube, String condition)
           
 String getWhereCondition(String cube)
           
 HashMap<String,org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogComplementInfo.WhereConditionBean> getWhereConditions()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MondrianCatalogComplementInfo

public MondrianCatalogComplementInfo()
Method Detail

getWhereConditions

public HashMap<String,org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogComplementInfo.WhereConditionBean> getWhereConditions()

addWhereCondition

public void addWhereCondition(String cube,
                              String condition)

getWhereCondition

public String getWhereCondition(String cube)