Class ListOpenPrescriptionsResultWithExceptions
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.executor.dto.ListOpenPrescriptionsResultWithExceptions
-
public class ListOpenPrescriptionsResultWithExceptions extends ResponseType
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description ListOpenPrescriptionsResultWithExceptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPrescription(GetOpenPrescriptionForExecutor prescription, IntegrationModuleException exception)booleanexceptionOccurred()BooleangetHasMoreResults()Map<GetOpenPrescriptionForExecutor,IntegrationModuleException>getPrescriptions()byte[]getSession()Gets the value of the session property.BooleanisHasMoreResults()voidsetHasMoreResults(Boolean value)Sets the value of the hasMoreResults property.voidsetSession(byte[] value)Sets the value of the session property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Method Detail
-
exceptionOccurred
public boolean exceptionOccurred()
-
addPrescription
public void addPrescription(GetOpenPrescriptionForExecutor prescription, IntegrationModuleException exception)
-
isHasMoreResults
public Boolean isHasMoreResults()
-
setHasMoreResults
public void setHasMoreResults(Boolean value)
Sets the value of the hasMoreResults property.- Parameters:
value- allowed object isBoolean
-
getSession
public byte[] getSession()
Gets the value of the session property.- Returns:
- possible object is byte[]
-
setSession
public void setSession(byte[] value)
Sets the value of the session property.- Parameters:
value- allowed object is byte[]
-
getHasMoreResults
public Boolean getHasMoreResults()
-
getPrescriptions
public Map<GetOpenPrescriptionForExecutor,IntegrationModuleException> getPrescriptions()
-
-