|
||||||||||
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.LanguageAgencyActionEvent
@Entity public class LanguageAgencyActionEvent extends AbstractActionEvent
The Class LanguageAgencyActionEvent.
Constructor and Description |
---|
LanguageAgencyActionEvent()
Instantiates a new language agency action event. |
LanguageAgencyActionEvent(Date createdDate,
Long agencyId)
Instantiates a new language agency action event. |
LanguageAgencyActionEvent(Date createdDate,
Long agencyId,
Long languageId,
LanguageOperationType operation)
Instantiates a new language agency action event. |
Modifier and Type | Method and Description |
---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
Long |
getAgencyId()
Gets the agency id. |
Long |
getLanguageId()
Gets the language id. |
LanguageOperationType |
getOperation()
Gets the operation. |
void |
setAgencyId(Long agencyId)
Sets the agency id. |
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.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 LanguageAgencyActionEvent()
public LanguageAgencyActionEvent(Date createdDate, Long agencyId)
createdDate
- the created dateagencyId
- the agency idpublic LanguageAgencyActionEvent(Date createdDate, Long agencyId, Long languageId, LanguageOperationType operation)
createdDate
- the created dateagencyId
- the agency idlanguageId
- the language idoperation
- the operationMethod Detail |
---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType
in interface ActionEvent
getActionEventType
in class AbstractActionEvent
public Long getLanguageId()
public LanguageOperationType getOperation()
public void setLanguageId(Long languageId)
languageId
- the new language idpublic void setOperation(LanguageOperationType 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 |