com.hack23.cia.service.api.user
Class BallotRequest
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.user.AbstractUserRequest
com.hack23.cia.service.api.user.AbstractParliamentRequest
com.hack23.cia.service.api.user.BallotRequest
- All Implemented Interfaces:
- ServiceMessage, ServiceRequest, Serializable
public class BallotRequest
- extends AbstractParliamentRequest
The Class BallotRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BallotRequest
public BallotRequest(Long userSessionId,
Long ballotId)
- Instantiates a new ballot request.
- Parameters:
userSessionId
- the user session idballotId
- the ballot id
getBallotId
public final Long getBallotId()
- Gets the ballot id.
- Returns:
- the ballot id
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.