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

java.lang.Object
  extended by org.pentaho.platform.plugin.action.mondrian.catalog.MondrianSchema

public class MondrianSchema
extends Object


Constructor Summary
MondrianSchema(String name, List<MondrianCube> cubes)
           
 
Method Summary
 List<MondrianCube> getCubes()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MondrianSchema

public MondrianSchema(String name,
                      List<MondrianCube> cubes)
Method Detail

getName

public String getName()

getCubes

public List<MondrianCube> getCubes()

toString

public String toString()
Overrides:
toString in class Object