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

Package class diagram package CommitteeReportAction
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.CommitteeReportAction
All Implemented Interfaces:
ControllerAction, Serializable

public class CommitteeReportAction
extends AbstractParliamentAction

The Class CommitteeReportAction.

See Also:
Serialized Form

Constructor Summary
CommitteeReportAction(Long committeeReportId)
          Instantiates a new committee report action.
 
Method Summary
 Long getCommitteeReportId()
          Gets the committee report 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

CommitteeReportAction

public CommitteeReportAction(Long committeeReportId)
Instantiates a new committee report action.

Parameters:
committeeReportId - the committee report id
Method Detail

getCommitteeReportId

public final Long getCommitteeReportId()
Gets the committee report id.

Returns:
the committee report id


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