com.hack23.cia.service.api.user
Class BallotResponse
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.AbstractParliamentResponse
com.hack23.cia.service.api.user.BallotResponse
- All Implemented Interfaces:
- ServiceMessage, ServiceResponse, Serializable
public class BallotResponse
- extends AbstractParliamentResponse
The Class BallotResponse.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BallotResponse
public BallotResponse(UserSessionDto userSessionDTO,
List<VoteData> findLastVotesByBallotId2)
- Instantiates a new ballot response.
- Parameters:
userSessionDTO
- the user session dtofindLastVotesByBallotId2
- the find last votes by ballot id2
getFindLastVotesByBallotId
public final List<VoteData> getFindLastVotesByBallotId()
- Gets the find last votes by ballot id.
- Returns:
- the find last votes by ballot id
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.