Class ListPrescriptionHistoryResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.executor.domain.ListPrescriptionHistoryResult
-
public class ListPrescriptionHistoryResult extends ResponseType
The Class ListPrescriptionHistoryResult.
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description ListPrescriptionHistoryResult()Instantiates a new list prescription history result.ListPrescriptionHistoryResult(List<ListPrescriptionHistoryItem> items)Instantiates a new list prescription history response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ListPrescriptionHistoryItem item)Adds the.List<ListPrescriptionHistoryItem>getItems()Gets the items.voidsetItem(List<ListPrescriptionHistoryItem> items)Sets the item.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Constructor Detail
-
ListPrescriptionHistoryResult
public ListPrescriptionHistoryResult()
Instantiates a new list prescription history result.
-
ListPrescriptionHistoryResult
public ListPrescriptionHistoryResult(List<ListPrescriptionHistoryItem> items)
Instantiates a new list prescription history response.- Parameters:
items- the items
-
-
Method Detail
-
getItems
public List<ListPrescriptionHistoryItem> getItems()
Gets the items.- Returns:
- the items
-
setItem
public void setItem(List<ListPrescriptionHistoryItem> items)
Sets the item.- Parameters:
items- the new item
-
add
public void add(ListPrescriptionHistoryItem item)
Adds the.- Parameters:
item- the item
-
-