com.hack23.cia.web.api.content
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.events.AbstractUserAction
          extended by com.hack23.cia.web.api.content.ParliamentMemberAction
All Implemented Interfaces:
ControllerAction, Serializable

public class ParliamentMemberAction
extends AbstractUserAction

The Class ParliamentMemberAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
ParliamentMemberAction(Long parliamentMemberId)
          Instantiates a new parliament member action.
 
Method Summary
Modifier and Type Method and Description
 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-2010 www.hack23.com. All Rights Reserved.