com.hack23.cia.service.api.user
Class AbstractUserAccountResponse
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.AbstractUserAccountResponse
- All Implemented Interfaces:
- ServiceMessage, ServiceResponse, Serializable
- Direct Known Subclasses:
- UserAccountResponse
public abstract class AbstractUserAccountResponse
- extends AbstractUserResponse
The Class AbstractUserAccountResponse.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUserAccountResponse
protected AbstractUserAccountResponse(UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties)
- Instantiates a new abstract user account 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.