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

Package class diagram package BallotRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
      extended by com.hack23.cia.service.api.content.AbstractContentRequest
          extended by com.hack23.cia.service.api.content.BallotRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class BallotRequest
extends AbstractContentRequest

The Class BallotRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
BallotRequest(Long userSessionId, Long ballotId)
          Instantiates a new ballot request.
 
Method Summary
Modifier and Type Method and Description
 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-2010 www.hack23.com. All Rights Reserved.