com.hack23.cia.web.api.user
Class ParliamentMemberAction

Package class diagram package ParliamentMemberAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
      extended by com.hack23.cia.web.api.user.AbstractUserAction
          extended by com.hack23.cia.web.api.user.AbstractParliamentAction
              extended by com.hack23.cia.web.api.user.ParliamentMemberAction
All Implemented Interfaces:
ControllerAction, Serializable

public class ParliamentMemberAction
extends AbstractParliamentAction

The Class ParliamentMemberAction.

See Also:
Serialized Form

Constructor Summary
ParliamentMemberAction(Long parliamentMemberId)
          Instantiates a new parliament member action.
 
Method Summary
 Long getParliamentMemberId()
          Gets the parliament member id.
 
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParliamentMemberAction

public ParliamentMemberAction(Long parliamentMemberId)
Instantiates a new parliament member action.

Parameters:
parliamentMemberId - the parliament member id
Method Detail

getParliamentMemberId

public final Long getParliamentMemberId()
Gets the parliament member id.

Returns:
the parliament member id


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