com.hack23.cia.web.impl.ui.viewfactory.api.content
Class CommitteeReportModelAndView

Package class diagram package CommitteeReportModelAndView
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.impl.ui.viewfactory.api.content.AbstractUserModelAndView
          extended by com.hack23.cia.web.impl.ui.viewfactory.api.content.AbstractParliamentModelAndView
              extended by com.hack23.cia.web.impl.ui.viewfactory.api.content.CommitteeReportModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class CommitteeReportModelAndView
extends AbstractParliamentModelAndView

The Class CommitteeReportModelAndView.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
CommitteeReportModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, CommitteeReportViewSpecification committeeReportViewSpecification, CommitteeReportData committeeReportDto)
          Instantiates a new committee report model and view.
 
Method Summary
Modifier and Type Method and Description
 CommitteeReportData getCommitteeReport()
          Gets the committee report.
 CommitteeReportViewSpecification getCommitteeReportViewSpecification()
          Gets the committee report view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
Methods inherited from class com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
getControllerAction, getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitteeReportModelAndView

public CommitteeReportModelAndView(UserSessionDto userSessionDTO,
                                   ControllerAction controllerAction,
                                   CommitteeReportViewSpecification committeeReportViewSpecification,
                                   CommitteeReportData committeeReportDto)
Instantiates a new committee report model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
committeeReportViewSpecification - the committee report view specification
committeeReportDto - the committee report dto
Method Detail

getCommitteeReport

public final CommitteeReportData getCommitteeReport()
Gets the committee report.

Returns:
the committee report

getCommitteeReportViewSpecification

public final CommitteeReportViewSpecification getCommitteeReportViewSpecification()
Gets the committee report view specification.

Returns:
the committee report view specification

getViewSpecificationDescription

public final String getViewSpecificationDescription()
Description copied from interface: ModelAndView
Gets the view specification description.

Specified by:
getViewSpecificationDescription in interface ModelAndView
Specified by:
getViewSpecificationDescription in class AbstractModelAndView
Returns:
the view specification description


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.