Class GetAllRidInProcessResponse
- java.lang.Object
-
- be.business.connector.recipe.prescriber.domain.GetAllRidInProcessResponse
-
- All Implemented Interfaces:
Serializable
public class GetAllRidInProcessResponse extends Object implements Serializable
The Class GetAllRidInProcessResponse.- Author:
- Bruno Casneuf
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getAllRidInProcessResultSealed
-
Constructor Summary
Constructors Constructor Description GetAllRidInProcessResponse()Instantiates a new gets the all rid in process response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetAllRidInProcessResultSealed()voidsetGetAllRidInProcessResultSealed(byte[] getAllRidInProcessResultSealed)
-
-
-
Method Detail
-
getGetAllRidInProcessResultSealed
public byte[] getGetAllRidInProcessResultSealed()
- Returns:
- the getAllRidInProcessResultSealed
-
setGetAllRidInProcessResultSealed
public void setGetAllRidInProcessResultSealed(byte[] getAllRidInProcessResultSealed)
- Parameters:
getAllRidInProcessResultSealed- the getAllRidInProcessResultSealed to set
-
-