Class PutAllRidInProcess
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.PutAllRidInProcess
-
public class PutAllRidInProcess extends Object
The Class PutAllRidInProcess.- Author:
- Bruno Casneuf
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]putAllRidInProcessParamSealedThe put vision param sealed.
-
Constructor Summary
Constructors Constructor Description PutAllRidInProcess()Instantiates a new put all rid in process.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPutAllRidInProcessParamSealed()voidsetPutAllRidInProcessParamsealed(byte[] putAllRidInProcessParamSealed)
-
-
-
Method Detail
-
getPutAllRidInProcessParamSealed
public byte[] getPutAllRidInProcessParamSealed()
- Returns:
- the putAllRidInProcessParamsealed
-
setPutAllRidInProcessParamsealed
public void setPutAllRidInProcessParamsealed(byte[] putAllRidInProcessParamSealed)
- Parameters:
putAllRidInProcessParamSealed- the putAllRidInProcessParamsealed to set
-
-