Class PutAllRidInProcessParam
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.PutAllRidInProcessParam
-
public class PutAllRidInProcessParam extends Object
-
-
Constructor Summary
Constructors Constructor Description PutAllRidInProcessParam()Instantiates a new put all rid in process.PutAllRidInProcessParam(List<String> rids)Instantiates a new put all rid in process.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getRids()Gets the rids.byte[]getSymmKey()Gets the symm key.voidsetRids(List<String> rids)Sets the rids.voidsetSymmKey(byte[] symmKey)Sets the symm key.
-