Class GetAllReservations
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.GetAllReservations
-
public class GetAllReservations extends Object
The Class GetAllReservations.
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getAllReservationsParamSealedThe put vision param sealed.
-
Constructor Summary
Constructors Constructor Description GetAllReservations()Instantiates a new gets the all reservations.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetAllReservationsParamSealed()voidsetGetAllReservationsParamSealed(byte[] getAllReservationsParamSealed)
-
-
-
Method Detail
-
getGetAllReservationsParamSealed
public byte[] getGetAllReservationsParamSealed()
- Returns:
- the getAllReservationsParamSealed
-
setGetAllReservationsParamSealed
public void setGetAllReservationsParamSealed(byte[] getAllReservationsParamSealed)
- Parameters:
getAllReservationsParamSealed- the getAllReservationsParamSealed to set
-
-