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

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

public class ParliamentMemberResponse
extends AbstractContentResponse

The Class ParliamentMemberResponse.

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
ParliamentMemberResponse(UserSessionDto userSessionDTO, ParliamentMemberData parliamentMember2, List<ParliamentMemberVoteCompareResultData> friendList2, List<ParliamentMemberVoteCompareResultData> enemyList2, List<ParliamentMemberVoteCompareResultData> friendPartyList2, List<ParliamentMemberVoteCompareResultData> enemyPartyList2, List<VoteData> votes2, RegisterInformationData registerInformation2)
          Instantiates a new parliament member response.
 
Method Summary
Modifier and Type Method and Description
 List<ParliamentMemberVoteCompareResultData> getEnemyList()
          Gets the enemy list.
 List<ParliamentMemberVoteCompareResultData> getEnemyPartyList()
          Gets the enemy party list.
 List<ParliamentMemberVoteCompareResultData> getFriendList()
          Gets the friend list.
 List<ParliamentMemberVoteCompareResultData> getFriendPartyList()
          Gets the friend party list.
 ParliamentMemberData getParliamentMember()
          Gets the parliament member.
 RegisterInformationData getRegisterInformation()
          Gets the register information.
 List<VoteData> getVotes()
          Gets the votes.
 
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

ParliamentMemberResponse

public ParliamentMemberResponse(UserSessionDto userSessionDTO,
                                ParliamentMemberData parliamentMember2,
                                List<ParliamentMemberVoteCompareResultData> friendList2,
                                List<ParliamentMemberVoteCompareResultData> enemyList2,
                                List<ParliamentMemberVoteCompareResultData> friendPartyList2,
                                List<ParliamentMemberVoteCompareResultData> enemyPartyList2,
                                List<VoteData> votes2,
                                RegisterInformationData registerInformation2)
Instantiates a new parliament member response.

Parameters:
userSessionDTO - the user session dto
parliamentMember2 - the parliament member2
friendList2 - the friend list2
enemyList2 - the enemy list2
friendPartyList2 - the friend party list2
enemyPartyList2 - the enemy party list2
votes2 - the votes2
registerInformation2 - the register information2
Method Detail

getEnemyList

public final List<ParliamentMemberVoteCompareResultData> getEnemyList()
Gets the enemy list.

Returns:
the enemy list

getEnemyPartyList

public final List<ParliamentMemberVoteCompareResultData> getEnemyPartyList()
Gets the enemy party list.

Returns:
the enemy party list

getFriendList

public final List<ParliamentMemberVoteCompareResultData> getFriendList()
Gets the friend list.

Returns:
the friend list

getFriendPartyList

public final List<ParliamentMemberVoteCompareResultData> getFriendPartyList()
Gets the friend party list.

Returns:
the friend party list

getParliamentMember

public final ParliamentMemberData getParliamentMember()
Gets the parliament member.

Returns:
the parliament member

getRegisterInformation

public final RegisterInformationData getRegisterInformation()
Gets the register information.

Returns:
the register information

getVotes

public final List<VoteData> getVotes()
Gets the votes.

Returns:
the votes


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