|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.common.BaseEntity com.hack23.cia.model.impl.application.events.user.AbstractActionEvent com.hack23.cia.model.impl.application.events.admin.LanguageContentActionEvent
@Entity public class LanguageContentActionEvent extends AbstractActionEvent
The Class LanguageContentActionEvent.
Constructor and Description |
---|
LanguageContentActionEvent()
Instantiates a new language content action event. |
LanguageContentActionEvent(Date createdDate,
Long agencyId,
Long languageContentId,
LanguageContentOperationType operation)
Instantiates a new language content action event. |
Modifier and Type | Method and Description |
---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
Long |
getAgencyId()
Gets the agency id. |
Long |
getLanguageContentId()
Gets the language content id. |
LanguageContentOperationType |
getOperation()
Gets the operation. |
void |
setAgencyId(Long agencyId)
Sets the agency id. |
void |
setLanguageContentId(Long languageContentId)
Sets the language content id. |
void |
setOperation(LanguageContentOperationType operation)
Sets the operation. |
Methods inherited from class com.hack23.cia.model.impl.application.events.user.AbstractActionEvent |
---|
computeExutionTime, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getVersion, setCreatedDate, setExecutionTime, setId, 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 |
---|
public LanguageContentActionEvent()
public LanguageContentActionEvent(Date createdDate, Long agencyId, Long languageContentId, LanguageContentOperationType operation)
createdDate
- the created dateagencyId
- the agency idlanguageContentId
- the language content idoperation
- the operationMethod Detail |
---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType
in interface ActionEvent
getActionEventType
in class AbstractActionEvent
public Long getLanguageContentId()
public LanguageContentOperationType getOperation()
public void setLanguageContentId(Long languageContentId)
languageContentId
- the new language content idpublic void setOperation(LanguageContentOperationType operation)
operation
- the new operationpublic Long getAgencyId()
public void setAgencyId(Long agencyId)
agencyId
- the new agency id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |