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

Package class diagram package CommitteeReportResponse
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.CommitteeReportResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class CommitteeReportResponse
extends AbstractContentResponse

The Class CommitteeReportResponse.

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
CommitteeReportResponse(UserSessionDto userSessionDTO, CommitteeReportData committeeReport)
          Instantiates a new committee report response.
 
Method Summary
Modifier and Type Method and Description
 CommitteeReportData getCommitteeReport()
          Gets the committee report.
 
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

CommitteeReportResponse

public CommitteeReportResponse(UserSessionDto userSessionDTO,
                               CommitteeReportData committeeReport)
Instantiates a new committee report response.

Parameters:
userSessionDTO - the user session dto
committeeReport - the committee report
Method Detail

getCommitteeReport

public final CommitteeReportData getCommitteeReport()
Gets the committee report.

Returns:
the committee report


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