com.hack23.cia.model.application.impl.user
Class AbstractVIPActionEvent
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.AbstractVIPActionEvent
- All Implemented Interfaces:
- ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
@Entity
public abstract class AbstractVIPActionEvent
- extends AbstractUserActionEvent
The Class AbstractVIPActionEvent.
- 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 |
AbstractVIPActionEvent
public AbstractVIPActionEvent(ActionEventType actionEventType)
- Instantiates a new abstract vip action event.
- Parameters:
actionEventType
- the action event type
AbstractVIPActionEvent
public AbstractVIPActionEvent(Date createdDate,
UserSession userSession)
- Instantiates a new abstract vip action event.
- Parameters:
createdDate
- the created dateuserSession
- the user session
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.