Package org.openiam.base.response.data
Class SupervisorResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.data.SupervisorResponse
-
- All Implemented Interfaces:
Serializable
public class SupervisorResponse extends Response
Created by Alexander Dukkardt on 2017-01-05.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description SupervisorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Supervisor
getSupervisor()
void
setSupervisor(Supervisor supervisor)
String
toString()
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
getSupervisor
public Supervisor getSupervisor()
-
setSupervisor
public void setSupervisor(Supervisor supervisor)
-
-