com.hack23.cia.service.api.control
Class UserResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.control.AbstractUserResponse
com.hack23.cia.service.api.control.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-2010 www.hack23.com. All Rights Reserved.