com.hack23.cia.service.api.user
Class CommitteeReportRequest

Package class diagram package CommitteeReportRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceRequest
          extended by com.hack23.cia.service.api.user.AbstractUserRequest
              extended by com.hack23.cia.service.api.user.AbstractParliamentRequest
                  extended by com.hack23.cia.service.api.user.CommitteeReportRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class CommitteeReportRequest
extends AbstractParliamentRequest

The Class CommitteeReportRequest.

See Also:
Serialized Form

Constructor Summary
CommitteeReportRequest(Long userSessionId, Long committeeReportId)
          Instantiates a new committee report request.
 
Method Summary
 Long getCommitteeReportId()
          Gets the committee report id.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitteeReportRequest

public CommitteeReportRequest(Long userSessionId,
                              Long committeeReportId)
Instantiates a new committee report request.

Parameters:
userSessionId - the user session id
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.