com.hack23.cia.service.api.configuration
Class AbstractConfigurationResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.configuration.AbstractConfigurationResponse
- All Implemented Interfaces:
- ServiceMessage, ServiceResponse, Serializable
- Direct Known Subclasses:
- AgencyResponse, PortalResponse
public abstract class AbstractConfigurationResponse
- extends AbstractServiceResponse
The Class AbstractControlResponse.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConfigurationResponse
public AbstractConfigurationResponse(UserSessionDto userSessionDTO,
AgencyData agency2)
- Instantiates a new abstract configuration response.
- Parameters:
userSessionDTO
- the user session dtoagency2
- the agency
getAgency
public final AgencyData getAgency()
- Gets the agency.
- Returns:
- the agency
getResult
public final ServiceResponse.ServiceResult getResult()
- Description copied from interface:
ServiceResponse
- Gets the result.
- Returns:
- the result
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.