|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.api.common.AbstractAction com.hack23.cia.web.api.administration.AbstractAdminAction com.hack23.cia.web.api.configuration.AbstractConfigurationAction com.hack23.cia.web.api.configuration.AgencyAction
public class AgencyAction extends AbstractConfigurationAction
The Class AgencyAction.
Constructor and Description |
---|
AgencyAction(ConfigurationOperationType operation,
Long agencyId)
Instantiates a new agency action. |
AgencyAction(ConfigurationOperationType updateagency,
Long id,
AgencyDto agencyDto2)
Instantiates a new agency action. |
Modifier and Type | Method and Description |
---|---|
AgencyDto |
getAgencyDto()
Gets the agency dto. |
Long |
getAgencyId()
Gets the agency id. |
ConfigurationOperationType |
getOperation()
Gets the operation. |
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction |
---|
getActionCategory, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AgencyAction(ConfigurationOperationType operation, Long agencyId)
operation
- the operationagencyId
- the agency idpublic AgencyAction(ConfigurationOperationType updateagency, Long id, AgencyDto agencyDto2)
updateagency
- the updateagencyid
- the idagencyDto2
- the agency dto2Method Detail |
---|
public final AgencyDto getAgencyDto()
public final Long getAgencyId()
public final ConfigurationOperationType getOperation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |