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

Package class diagram package AbstractParliamentMemberModelAndView
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.AbstractParliamentMemberModelAndView
All Implemented Interfaces:
ModelAndView, Serializable
Direct Known Subclasses:
ParliamentMemberSummaryModelAndView

public abstract class AbstractParliamentMemberModelAndView
extends AbstractParliamentModelAndView

The Class AbstractParliamentMemberModelAndView.

See Also:
Serialized Form

Constructor Summary
Modifier Constructor and Description
protected AbstractParliamentMemberModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ParliamentMemberData parliamentMemberData)
          Instantiates a new abstract parliament member model and view.
 
Method Summary
Modifier and Type Method and Description
 ParliamentMemberData getParliamentMember()
          Gets the parliament member.
 
Methods inherited from class com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
getControllerAction, getUserSessionDTO, getViewSpecificationDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParliamentMemberModelAndView

protected AbstractParliamentMemberModelAndView(UserSessionDto userSessionDTO,
                                               ControllerAction controllerAction,
                                               ParliamentMemberData parliamentMemberData)
Instantiates a new abstract parliament member model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
parliamentMemberData - the parliament member data
Method Detail

getParliamentMember

public final ParliamentMemberData getParliamentMember()
Gets the parliament member.

Returns:
the parliament member


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