Class GetPrescriptionStatusResponse
- java.lang.Object
-
- be.business.connector.recipe.prescriber.domain.GetPrescriptionStatusResponse
-
public class GetPrescriptionStatusResponse extends Object
The Class GetPrescriptionStatusResponse.
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getPrescriptionStatusResultSealedThe get prescription status result sealed.
-
Constructor Summary
Constructors Constructor Description GetPrescriptionStatusResponse()Instantiates a new gets the prescription status response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetPrescriptionStatusResultSealed()Gets the gets the prescription status result sealed.voidsetGetPrescriptionStatusResultSealed(byte[] getPrescriptionStatusResultSealed)Sets the gets the prescription status result sealed.
-
-
-
Method Detail
-
getGetPrescriptionStatusResultSealed
public byte[] getGetPrescriptionStatusResultSealed()
Gets the gets the prescription status result sealed.- Returns:
- the gets the prescription status result sealed
-
setGetPrescriptionStatusResultSealed
public void setGetPrescriptionStatusResultSealed(byte[] getPrescriptionStatusResultSealed)
Sets the gets the prescription status result sealed.- Parameters:
getPrescriptionStatusResultSealed- the new gets the prescription status result sealed
-
-