com.hack23.cia.model.application.impl.user
Class PartyActionEvent

Package class diagram package PartyActionEvent
java.lang.Object
  extended by com.hack23.cia.model.common.impl.BaseEntity
      extended by com.hack23.cia.model.application.impl.common.AbstractActionEvent
          extended by com.hack23.cia.model.application.impl.user.AbstractUserActionEvent
              extended by com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
                  extended by com.hack23.cia.model.application.impl.user.AbstractTopListActionEvent
                      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.hack23.cia.model.application.impl.user.AbstractTopListActionEvent
AbstractTopListActionEvent.Operation
 
Constructor Summary
PartyActionEvent()
          Instantiates a new party action event.
PartyActionEvent(Date createdDate, UserSession userSession, String party, AbstractTopListActionEvent.Operation operation)
          Instantiates a new party action event.
 
Method Summary
 String getParty()
          Gets the party.
 void setParty(String party)
          Sets the party.
 
Methods inherited from class com.hack23.cia.model.application.impl.user.AbstractTopListActionEvent
getOperation, setOperation
 
Methods inherited from class com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
getCitizenOperation, setCitizenOperation
 
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
 
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity
equals, hashCode, isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject
isNew
 

Constructor Detail

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 date
userSession - the user session
party - the party
operation - the operation
Method Detail

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.