com.hack23.cia.service.api.content
Class CommitteeReportsResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.content.AbstractContentResponse
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
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-2010 www.hack23.com. All Rights Reserved.