|
||||||||||
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.LanguageAgencyActionEvent
@Entity public class LanguageAgencyActionEvent
The Class LanguageAgencyActionEvent.
Nested Class Summary | |
---|---|
static class |
LanguageAgencyActionEvent.Operation
The Enum Operation. |
Constructor Summary | |
---|---|
LanguageAgencyActionEvent()
Instantiates a new language agency action event. |
|
LanguageAgencyActionEvent(Date createdDate,
UserSession userSession,
Long agencyId,
Long languageId,
LanguageAgencyActionEvent.Operation operation)
Instantiates a new language agency action event. |
Method Summary | |
---|---|
Long |
getLanguageId()
Gets the language id. |
LanguageAgencyActionEvent.Operation |
getOperation()
Gets the operation. |
void |
setLanguageId(Long languageId)
Sets the language id. |
void |
setOperation(LanguageAgencyActionEvent.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 LanguageAgencyActionEvent()
public LanguageAgencyActionEvent(Date createdDate, UserSession userSession, Long agencyId, Long languageId, LanguageAgencyActionEvent.Operation operation)
createdDate
- the created dateuserSession
- the user sessionagencyId
- the agency idlanguageId
- the language idoperation
- the operationMethod Detail |
---|
public Long getLanguageId()
public LanguageAgencyActionEvent.Operation getOperation()
public void setLanguageId(Long languageId)
languageId
- the new language idpublic void setOperation(LanguageAgencyActionEvent.Operation operation)
operation
- the new operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |