Class GetAllRidInProcess
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.GetAllRidInProcess
-
public class GetAllRidInProcess extends Object
The Class GetAllRidInProcess.- Author:
- Bruno Casneuf
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getAllRidInProcessParamSealed
-
Constructor Summary
Constructors Constructor Description GetAllRidInProcess()Instantiates a new gets the all rid in process.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetAllRidInProcessParamSealed()voidsetGetAllRidInProcessParam(byte[] getAllRidInProcessParamSealed)
-
-
-
Method Detail
-
getGetAllRidInProcessParamSealed
public byte[] getGetAllRidInProcessParamSealed()
- Returns:
- the getAllRidInProcessParam
-
setGetAllRidInProcessParam
public void setGetAllRidInProcessParam(byte[] getAllRidInProcessParamSealed)
- Parameters:
getAllRidInProcessParamSealed- the getAllRidInProcessParam to set
-
-