com.hack23.cia.service.api.user
Class TopListResponse

Package class diagram package TopListResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceResponse
          extended by com.hack23.cia.service.api.user.AbstractUserResponse
              extended by com.hack23.cia.service.api.user.AbstractParliamentResponse
                  extended by com.hack23.cia.service.api.user.TopListResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class TopListResponse
extends AbstractParliamentResponse

The Class TopListResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
TopListResponse(UserSessionDto userSessionDTO, List<ParliamentMemberData> members)
          Instantiates a new top list response.
 
Method Summary
 List<ParliamentMemberData> getParliamentMembers()
          Gets the parliament members.
 
Methods inherited from class com.hack23.cia.service.api.user.AbstractUserResponse
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

TopListResponse

public TopListResponse(UserSessionDto userSessionDTO,
                       List<ParliamentMemberData> members)
Instantiates a new top list response.

Parameters:
userSessionDTO - the user session dto
members - the members
Method Detail

getParliamentMembers

public final List<ParliamentMemberData> getParliamentMembers()
Gets the parliament members.

Returns:
the parliament members


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