Class PutAllRidInProcessResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.executor.domain.PutAllRidInProcessResult
-
public class PutAllRidInProcessResult extends ResponseType
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description PutAllRidInProcessResult()Instantiates a new put all rid in process result.PutAllRidInProcessResult(String statusMessage)Instantiates a new put all rid in process result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStatusMesage()Gets the status.voidsetStatusMesage(String statusMessage)Sets the status.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Constructor Detail
-
PutAllRidInProcessResult
public PutAllRidInProcessResult()
Instantiates a new put all rid in process result.
-
PutAllRidInProcessResult
public PutAllRidInProcessResult(String statusMessage)
Instantiates a new put all rid in process result.- Parameters:
statusMessage- the status
-
-