com.hack23.cia.model.application.impl.user
Class BallotActionEvent
java.lang.Object
com.hack23.cia.model.common.impl.BaseEntity
com.hack23.cia.model.application.impl.common.AbstractActionEvent
com.hack23.cia.model.application.impl.user.AbstractUserActionEvent
com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
com.hack23.cia.model.application.impl.user.BallotActionEvent
- All Implemented Interfaces:
- ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
@Entity
public class BallotActionEvent
- extends AbstractParliamentActionEvent
The Class BallotActionEvent.
- See Also:
- Serialized Form
Methods inherited from class com.hack23.cia.model.application.impl.common.AbstractActionEvent |
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion |
BallotActionEvent
public BallotActionEvent()
- Instantiates a new ballot action event.
BallotActionEvent
public BallotActionEvent(Date createdDate,
UserSession userSession,
Long ballotId)
- Instantiates a new ballot action event.
- Parameters:
createdDate
- the created dateuserSession
- the user sessionballotId
- the ballot id
getBallotId
public Long getBallotId()
- Gets the ballot id.
- Returns:
- the ballot id
setBallotId
public void setBallotId(Long ballotId)
- Sets the ballot id.
- Parameters:
ballotId
- the new ballot id
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.