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

public class CommitteeReportAction
extends AbstractUserAction

The Class CommitteeReportAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
CommitteeReportAction(Long committeeReportId)
          Instantiates a new committee report action.
 
Method Summary
Modifier and Type Method and Description
 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-2010 www.hack23.com. All Rights Reserved.