|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.BaseEntity com.hack23.cia.model.application.impl.common.AbstractActionEvent com.hack23.cia.model.application.impl.admin.AbstractAdminActionEvent com.hack23.cia.model.application.impl.admin.AbstractConfigurationActionEvent com.hack23.cia.model.application.impl.admin.AbstractAgencyActionEvent com.hack23.cia.model.application.impl.admin.LanguageContentActionEvent
@Entity public class LanguageContentActionEvent
The Class LanguageContentActionEvent.
Nested Class Summary | |
---|---|
static class |
LanguageContentActionEvent.Operation
The Enum Operation. |
Constructor Summary | |
---|---|
LanguageContentActionEvent()
Instantiates a new language content action event. |
|
LanguageContentActionEvent(Date createdDate,
UserSession userSession,
Long agencyId,
Long languageContentId,
LanguageContentActionEvent.Operation operation)
Instantiates a new language content action event. |
Method Summary | |
---|---|
Long |
getLanguageContentId()
Gets the language content id. |
LanguageContentActionEvent.Operation |
getOperation()
Gets the operation. |
void |
setLanguageContentId(Long languageContentId)
Sets the language content id. |
void |
setOperation(LanguageContentActionEvent.Operation operation)
Sets the operation. |
Methods inherited from class com.hack23.cia.model.application.impl.admin.AbstractAgencyActionEvent |
---|
getAgencyId, setAgencyId |
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 |
---|
public LanguageContentActionEvent()
public LanguageContentActionEvent(Date createdDate, UserSession userSession, Long agencyId, Long languageContentId, LanguageContentActionEvent.Operation operation)
createdDate
- the created dateuserSession
- the user sessionagencyId
- the agency idlanguageContentId
- the language content idoperation
- the operationMethod Detail |
---|
public Long getLanguageContentId()
public LanguageContentActionEvent.Operation getOperation()
public void setLanguageContentId(Long languageContentId)
languageContentId
- the new language content idpublic void setOperation(LanguageContentActionEvent.Operation operation)
operation
- the new operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |