com.hack23.cia.web.api.content
Class BallotAction

Package class diagram package BallotAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
      extended by com.hack23.cia.web.api.events.AbstractUserAction
          extended by com.hack23.cia.web.api.content.BallotAction
All Implemented Interfaces:
ControllerAction, Serializable

public class BallotAction
extends AbstractUserAction

The Class BallotAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
BallotAction(Long ballotId)
          Instantiates a new ballot action.
 
Method Summary
Modifier and Type Method and Description
 Long getBallotId()
          Gets the ballot id.
 
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BallotAction

public BallotAction(Long ballotId)
Instantiates a new ballot action.

Parameters:
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.