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

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

public class CommitteeReportsResponse
extends AbstractContentResponse

The Class CommitteeReportsResponse.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
Constructor and Description
CommitteeReportsResponse(UserSessionDto userSessionDTO, List<CommitteeReportData> list)
          Instantiates a new committee reports response.
 
Method Summary
Modifier and Type Method and Description
 List<CommitteeReportData> getCommitteeReports()
          Gets the committee reports.
 
Methods inherited from class com.hack23.cia.service.api.content.AbstractContentResponse
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-2010 www.hack23.com. All Rights Reserved.