com.hack23.cia.service.api.user
Class BallotRequest

Package class diagram package BallotRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceRequest
          extended by com.hack23.cia.service.api.user.AbstractUserRequest
              extended by com.hack23.cia.service.api.user.AbstractParliamentRequest
                  extended by 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

Constructor Summary
BallotRequest(Long userSessionId, Long ballotId)
          Instantiates a new ballot request.
 
Method Summary
 Long getBallotId()
          Gets the ballot id.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallotRequest

public BallotRequest(Long userSessionId,
                     Long ballotId)
Instantiates a new ballot request.

Parameters:
userSessionId - the user session id
ballotId - the ballot id
Method Detail

getBallotId

public final Long getBallotId()
Gets the ballot id.

Returns:
the ballot id


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.