Class PutReservationParam
- java.lang.Object
-
- be.business.connector.recipe.patient.domain.PutReservationParam
-
public class PutReservationParam extends Object
-
-
Constructor Summary
Constructors Constructor Description PutReservationParam()PutReservationParam(String rid, String executorId)Instantiates a new put reservation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutorId()Gets the executor id.StringgetRid()Gets the rid.byte[]getSymmKey()Gets the symm key.voidsetSymmKey(byte[] symmKey)Sets the symm key.
-
-
-
Method Detail
-
getRid
public String getRid()
Gets the rid.- Returns:
- the rid
-
getExecutorId
public String getExecutorId()
Gets the executor id.- Returns:
- the executor id
-
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
-
-