Class GetPrescriptionStatusResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.executor.domain.GetPrescriptionStatusResult
-
- All Implemented Interfaces:
Serializable
public class GetPrescriptionStatusResult extends ResponseType implements Serializable
The Class GetPrescriptionStatusResult.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionStatusResult()GetPrescriptionStatusResult(PrescriptionStatus status)Instantiates a new gets the prescription status result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrescriptionStatusgetPrescriptionStatus()Gets the status.voidsetPrescriptionStatus(PrescriptionStatus status)Sets the status.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Constructor Detail
-
GetPrescriptionStatusResult
public GetPrescriptionStatusResult()
-
GetPrescriptionStatusResult
public GetPrescriptionStatusResult(PrescriptionStatus status)
Instantiates a new gets the prescription status result.- Parameters:
status- the status
-
-
Method Detail
-
getPrescriptionStatus
public PrescriptionStatus getPrescriptionStatus()
Gets the status.- Returns:
- the status
-
setPrescriptionStatus
public void setPrescriptionStatus(PrescriptionStatus status)
Sets the status.- Parameters:
status- the new status
-
-