com.jaspersoft.jasperserver.war.action
Class ViewOlapModelAction.OlapSessionState

java.lang.Object
  extended by com.jaspersoft.jasperserver.war.action.ViewOlapModelAction.OlapSessionState
Enclosing class:
ViewOlapModelAction

public class ViewOlapModelAction.OlapSessionState
extends java.lang.Object

From OlapModelController

Author:
jshih

Constructor Summary
ViewOlapModelAction.OlapSessionState(com.tonbeller.jpivot.olap.model.OlapModel olapModel, OlapUnit olapUnit)
           
 
Method Summary
 com.tonbeller.jpivot.olap.model.OlapModel getOlapModel()
           
 OlapUnit getOlapUnit()
           
 void setOlapModel(com.tonbeller.jpivot.olap.model.OlapModel olapModel)
           
 void setOlapUnit(OlapUnit olapUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewOlapModelAction.OlapSessionState

public ViewOlapModelAction.OlapSessionState(com.tonbeller.jpivot.olap.model.OlapModel olapModel,
                                            OlapUnit olapUnit)
Method Detail

getOlapModel

public com.tonbeller.jpivot.olap.model.OlapModel getOlapModel()
Returns:
Returns the olapModel.

setOlapModel

public void setOlapModel(com.tonbeller.jpivot.olap.model.OlapModel olapModel)
Parameters:
olapModel - The olapModel to set.

getOlapUnit

public OlapUnit getOlapUnit()
Returns:
Returns the olapUnit.

setOlapUnit

public void setOlapUnit(OlapUnit olapUnit)
Parameters:
olapUnit - The olapUnit to set.


Copyright © 2007. All Rights Reserved.