com.hack23.cia.service.api.user
Class UserResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.user.AbstractUserResponse
com.hack23.cia.service.api.user.UserResponse
- All Implemented Interfaces:
- ServiceMessage, ServiceResponse, Serializable
public class UserResponse
- extends AbstractUserResponse
The Class UserResponse.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserResponse
public UserResponse(UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties)
- Instantiates a new user response.
- Parameters:
userSessionDTO
- the user session dtopoliticalParties
- the political parties
getPoliticalParties
public final List<PoliticalPartyData> getPoliticalParties()
- Gets the political parties.
- Returns:
- the political parties
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.