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

Package class diagram package CommitteeReportsResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceResponse
          extended by com.hack23.cia.service.api.user.AbstractUserResponse
              extended by com.hack23.cia.service.api.user.AbstractParliamentResponse
                  extended by com.hack23.cia.service.api.user.CommitteeReportsResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class CommitteeReportsResponse
extends AbstractParliamentResponse

The Class CommitteeReportsResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
CommitteeReportsResponse(UserSessionDto userSessionDTO, List<CommitteeReportData> list)
          Instantiates a new committee reports response.
 
Method Summary
 List<CommitteeReportData> getCommitteeReports()
          Gets the committee reports.
 
Methods inherited from class com.hack23.cia.service.api.user.AbstractUserResponse
getResult
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitteeReportsResponse

public CommitteeReportsResponse(UserSessionDto userSessionDTO,
                                List<CommitteeReportData> list)
Instantiates a new committee reports response.

Parameters:
userSessionDTO - the user session dto
list - the list
Method Detail

getCommitteeReports

public final List<CommitteeReportData> getCommitteeReports()
Gets the committee reports.

Returns:
the committee reports


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