Class GetAllRidInProcessParam
- java.lang.Object
-
- be.business.connector.recipe.prescriber.domain.GetAllRidInProcessParam
-
public class GetAllRidInProcessParam extends Object
-
-
Constructor Summary
Constructors Constructor Description GetAllRidInProcessParam()GetAllRidInProcessParam(String executorId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutorId()Gets the executor id.byte[]getSymmKey()Gets the symm key.voidsetExecutorId(String executorId)Sets the executor id.voidsetSymmKey(byte[] symmKey)Sets the symm key.
-
-
-
Constructor Detail
-
GetAllRidInProcessParam
public GetAllRidInProcessParam()
-
GetAllRidInProcessParam
public GetAllRidInProcessParam(String executorId)
-
-
Method Detail
-
setSymmKey
public void setSymmKey(byte[] symmKey)
Sets the symm key.- Parameters:
symmKey- the new symm key
-
getSymmKey
public byte[] getSymmKey()
Gets the symm key.- Returns:
- the symm key
-
getExecutorId
public String getExecutorId()
Gets the executor id.- Returns:
- the executor id
-
setExecutorId
public void setExecutorId(String executorId)
Sets the executor id.- Parameters:
executorId- the new executor id
-
-