Class GetVisionParam
- java.lang.Object
-
- be.recipe.services.core.PartyIdentification
-
- be.business.connector.recipe.patient.domain.GetVisionParam
-
public class GetVisionParam extends PartyIdentification
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.PartyIdentification
executorId, mandateHolderId, mandateHolderType, patientId, prescriberId, quality, type
-
-
Constructor Summary
Constructors Constructor Description GetVisionParam()
-
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)voidsetSymmKey(byte[] symmKey)Sets the symm key.-
Methods inherited from class be.recipe.services.core.PartyIdentification
getExecutorId, getMandateHolderId, getMandateHolderType, getPatientId, getPrescriberId, getQuality, getType, setExecutorId, setMandateHolderId, setMandateHolderType, setPatientId, setPrescriberId, setQuality, setType
-
-
-
-
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
-
getRid
public String getRid()
Gets the rid.- Returns:
- the rid
-
setRid
public void setRid(String rid)
- Parameters:
rid-
-
-