com.hack23.cia.service.api.content
Class CommitteeReportResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.content.AbstractContentResponse
com.hack23.cia.service.api.content.CommitteeReportResponse
- All Implemented Interfaces:
- ServiceMessage, ServiceResponse, Serializable
public class CommitteeReportResponse
extends AbstractContentResponse
The Class CommitteeReportResponse.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommitteeReportResponse
public CommitteeReportResponse(UserSessionDto userSessionDTO,
CommitteeReportData committeeReport)
- Instantiates a new committee report response.
- Parameters:
userSessionDTO
- the user session dtocommitteeReport
- the committee report
getCommitteeReport
public final CommitteeReportData getCommitteeReport()
- Gets the committee report.
- Returns:
- the committee report
Copyright © 2008-2010 www.hack23.com. All Rights Reserved.