Class ListPrescriptionHistoryResponse
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.ListPrescriptionHistoryResponse
-
- All Implemented Interfaces:
Serializable
public class ListPrescriptionHistoryResponse extends Object implements Serializable
The Class ListPrescriptionHistoryResponse.- Author:
- bruno.casneuf
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]listPrescriptionHistoryResultSealedThe get prescription status result sealed.
-
Constructor Summary
Constructors Constructor Description ListPrescriptionHistoryResponse()Instantiates a new list prescription history response.ListPrescriptionHistoryResponse(byte[] listPrescriptionHistoryResultSealed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getListPrescriptionHistoryResultSealed()voidsetListPrescriptionHistoryResultSealed(byte[] listPrescriptionHistoryResultSealed)
-