com.hack23.cia.service.api.user
Class CommitteeReportsResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.user.AbstractUserResponse
com.hack23.cia.service.api.user.AbstractParliamentResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommitteeReportsResponse
public CommitteeReportsResponse(UserSessionDto userSessionDTO,
List<CommitteeReportData> list)
- Instantiates a new committee reports response.
- Parameters:
userSessionDTO
- the user session dtolist
- the list
getCommitteeReports
public final List<CommitteeReportData> getCommitteeReports()
- Gets the committee reports.
- Returns:
- the committee reports
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.