Class ManageUserAccountResponse
java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractResponse
com.hack23.cia.service.api.action.admin.ManageUserAccountResponse
- All Implemented Interfaces:
 ServiceMessage,ServiceResponse,Serializable
The Class ManageUserAccountResponse.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.action.common.ServiceResponse
ServiceResponse.ServiceResult - 
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new manage user account response. - 
Method Summary
Methods inherited from class com.hack23.cia.service.api.action.common.AbstractResponse
getErrorMessage, getResult, setErrorMessageMethods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toString 
- 
Constructor Details
- 
ManageUserAccountResponse
Instantiates a new manage user account response.- Parameters:
 result- the result
 
 -