com.hack23.cia.web.action.user
Class BallotAction

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

public class BallotAction
extends AbstractParliamentAction

The Class BallotAction.

See Also:
Serialized Form

Constructor Summary
BallotAction(Long ballotId)
          Instantiates a new ballot action.
 
Method Summary
 Long getBallotId()
          Gets the ballot id.
 
Methods inherited from class com.hack23.cia.web.action.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-2009 www.hack23.com. All Rights Reserved.