com.hack23.cia.model.application.impl.user
Class PartyActionEvent
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.AbstractTopListActionEvent
com.hack23.cia.model.application.impl.user.PartyActionEvent
- All Implemented Interfaces:
- ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
@Entity
public class PartyActionEvent
- extends AbstractTopListActionEvent
The Class PartyActionEvent.
- 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 |
PartyActionEvent
public PartyActionEvent()
- Instantiates a new party action event.
PartyActionEvent
public PartyActionEvent(Date createdDate,
UserSession userSession,
String party,
AbstractTopListActionEvent.Operation operation)
- Instantiates a new party action event.
- Parameters:
createdDate
- the created dateuserSession
- the user sessionparty
- the partyoperation
- the operation
getParty
public String getParty()
- Gets the party.
- Returns:
- the party
setParty
public void setParty(String party)
- Sets the party.
- Parameters:
party
- the new party
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.