Class GetPrescriptionForExecutorResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.executor.GetPrescriptionForExecutorResultSealed
-
- be.business.connector.recipe.executor.domain.GetPrescriptionForExecutorResult
-
public class GetPrescriptionForExecutorResult extends GetPrescriptionForExecutorResultSealed
-
-
Field Summary
-
Fields inherited from class be.recipe.services.executor.GetPrescriptionForExecutorResultSealed
creationDate, encryptionKeyId, expirationDate, feedbackAllowed, patientId, prescriberId, prescription, prescriptionType, rid, timestampingId, vision
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForExecutorResult()GetPrescriptionForExecutorResult(GetPrescriptionForExecutorResultSealed root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptionKey()StringgetInsurabilityResponse()StringgetMessageId()byte[]getSealedContent()voidsetEncryptionKey(byte[] encryptionKey)voidsetInsurabilityResponse(String insurabilityResponse)voidsetMessageId(String messageId)voidsetSealedContent(byte[] sealedContent)-
Methods inherited from class be.recipe.services.executor.GetPrescriptionForExecutorResultSealed
getCreationDate, getEncryptionKeyId, getExpirationDate, getFeedbackAllowed, getPatientId, getPrescriberId, getPrescription, getPrescriptionType, getRid, getTimestampingId, getVision, isFeedbackAllowed, setCreationDate, setEncryptionKeyId, setExpirationDate, setFeedbackAllowed, setPatientId, setPrescriberId, setPrescription, setPrescriptionType, setRid, setTimestampingId, setVision
-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Constructor Detail
-
GetPrescriptionForExecutorResult
public GetPrescriptionForExecutorResult()
-
GetPrescriptionForExecutorResult
public GetPrescriptionForExecutorResult(GetPrescriptionForExecutorResultSealed root)
-
-
Method Detail
-
getSealedContent
public byte[] getSealedContent()
-
setSealedContent
public void setSealedContent(byte[] sealedContent)
-
getEncryptionKey
public byte[] getEncryptionKey()
-
setEncryptionKey
public void setEncryptionKey(byte[] encryptionKey)
-
setInsurabilityResponse
public void setInsurabilityResponse(String insurabilityResponse)
-
getInsurabilityResponse
public String getInsurabilityResponse()
-
setMessageId
public void setMessageId(String messageId)
-
getMessageId
public String getMessageId()
-
-