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

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

public class MondrianSchema
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MondrianSchema(String name, List<MondrianCube> cubes)
           
MondrianSchema(String name, List<MondrianCube> cubes, String[] roles)
           
 
Method Summary
 List<MondrianCube> getCubes()
           
 String getName()
           
 String[] getRoleNames()
           
 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)

MondrianSchema

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

getName

public String getName()

getCubes

public List<MondrianCube> getCubes()

getRoleNames

public String[] getRoleNames()

toString

public String toString()
Overrides:
toString in class Object