Class GetPrescriptionStatusParam
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.GetPrescriptionStatusParam
-
public class GetPrescriptionStatusParam extends Object
The Class GetPrescriptionStatusParam.
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionStatusParam()Instantiates a new gets the prescription status param.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRid()Gets the rid.byte[]getSymmKey()Gets the symm key.voidsetRid(String rid)Sets the rid.voidsetSymmKey(byte[] symmKey)Sets the symm key.
-
-
-
Method Detail
-
getSymmKey
public byte[] getSymmKey()
Gets the symm key.- Returns:
- the symm key
-
setSymmKey
public void setSymmKey(byte[] symmKey)
Sets the symm key.- Parameters:
symmKey- the new symm key
-
setRid
public void setRid(String rid)
Sets the rid.- Parameters:
rid- the new rid
-
getRid
public String getRid()
Gets the rid.- Returns:
- the rid
-
-