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

Package class diagram package AbstractTopListActionEvent
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.common.AbstractActionEvent
          extended by com.hack23.cia.model.impl.application.user.AbstractUserActionEvent
              extended by com.hack23.cia.model.impl.application.user.AbstractParliamentActionEvent
                  extended by com.hack23.cia.model.impl.application.user.AbstractTopListActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable
Direct Known Subclasses:
PartyActionEvent, TopListActionEvent

@Entity
public abstract class AbstractTopListActionEvent
extends AbstractParliamentActionEvent

The Class AbstractTopListActionEvent.

See Also:
Serialized Form

Constructor Summary
AbstractTopListActionEvent(ActionEventType actionEventType)
          Instantiates a new abstract top list action event.
AbstractTopListActionEvent(Date createdDate, UserSessionData userSession, TopListOperationType operation)
          Instantiates a new abstract top list action event.
 
Method Summary
 TopListOperationType getOperation()
          Gets the operation.
 void setOperation(TopListOperationType operation)
          Sets the operation.
 
Methods inherited from class com.hack23.cia.model.impl.application.user.AbstractParliamentActionEvent
getCitizenOperation, setCitizenOperation
 
Methods inherited from class com.hack23.cia.model.impl.application.common.AbstractActionEvent
computeExutionTime, getActionEventType, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion
 
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity
equals, getTypeContext, 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.api.common.PersistedModelObject
getTypeContext, isNew
 

Constructor Detail

AbstractTopListActionEvent

public AbstractTopListActionEvent(ActionEventType actionEventType)
Instantiates a new abstract top list action event.

Parameters:
actionEventType - the action event type

AbstractTopListActionEvent

public AbstractTopListActionEvent(Date createdDate,
                                  UserSessionData userSession,
                                  TopListOperationType operation)
Instantiates a new abstract top list action event.

Parameters:
createdDate - the created date
userSession - the user session
operation - the operation
Method Detail

getOperation

public TopListOperationType getOperation()
Gets the operation.

Returns:
the operation

setOperation

public void setOperation(TopListOperationType operation)
Sets the operation.

Parameters:
operation - the new operation


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.