|
||||||||||
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.common.AbstractActionEvent com.hack23.cia.model.impl.application.admin.AbstractAdminActionEvent com.hack23.cia.model.impl.application.admin.AbstractConfigurationActionEvent com.hack23.cia.model.impl.application.admin.AbstractAgencyActionEvent com.hack23.cia.model.impl.application.admin.LanguageAgencyActionEvent
@Entity public class LanguageAgencyActionEvent
The Class LanguageAgencyActionEvent.
Constructor Summary | |
---|---|
LanguageAgencyActionEvent()
Instantiates a new language agency action event. |
|
LanguageAgencyActionEvent(Date createdDate,
UserSessionData userSession,
Long agencyId,
Long languageId,
LanguageOperationType operation)
Instantiates a new language agency action event. |
Method Summary | |
---|---|
Long |
getLanguageId()
Gets the language id. |
LanguageOperationType |
getOperation()
Gets the operation. |
void |
setLanguageId(Long languageId)
Sets the language id. |
void |
setOperation(LanguageOperationType operation)
Sets the operation. |
Methods inherited from class com.hack23.cia.model.impl.application.admin.AbstractAgencyActionEvent |
---|
getAgencyId, setAgencyId |
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 |
---|
public LanguageAgencyActionEvent()
public LanguageAgencyActionEvent(Date createdDate, UserSessionData userSession, Long agencyId, Long languageId, LanguageOperationType operation)
createdDate
- the created dateuserSession
- the user sessionagencyId
- the agency idlanguageId
- the language idoperation
- the operationMethod Detail |
---|
public Long getLanguageId()
public LanguageOperationType getOperation()
public void setLanguageId(Long languageId)
languageId
- the new language idpublic void setOperation(LanguageOperationType operation)
operation
- the new operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |