com.hack23.cia.web.viewfactory.api.user
Class CommitteeReportModelAndView

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

public class CommitteeReportModelAndView
extends AbstractParliamentModelAndView

The Class CommitteeReportModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class CommitteeReportModelAndView.CommitteeReportViewSpecification
          The Enum CommitteeReportViewSpecification.
 
Constructor Summary
CommitteeReportModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, CommitteeReportModelAndView.CommitteeReportViewSpecification committeeReportViewSpecification, CommitteeReport committeeReport)
          Instantiates a new committee report model and view.
 
Method Summary
 CommitteeReport getCommitteeReport()
          Gets the committee report.
 CommitteeReportModelAndView.CommitteeReportViewSpecification getCommitteeReportViewSpecification()
          Gets the committee report view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
Methods inherited from class com.hack23.cia.web.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,
                                   CommitteeReportModelAndView.CommitteeReportViewSpecification committeeReportViewSpecification,
                                   CommitteeReport committeeReport)
Instantiates a new committee report model and view.

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

getCommitteeReport

public final CommitteeReport getCommitteeReport()
Gets the committee report.

Returns:
the committee report

getCommitteeReportViewSpecification

public final CommitteeReportModelAndView.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-2009 www.hack23.com. All Rights Reserved.