Class GetAllRidInProcessResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.prescriber.domain.GetAllRidInProcessResult
-
public class GetAllRidInProcessResult extends ResponseType
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetAllRidInProcessResult()Instantiates a new gets the all rid in process response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRid(String rid)Adds the rid.List<String>getRids()Gets the rids.voidsetRids(List<String> rids)Sets the rids.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-