Class GetAllReservationsParam
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.GetAllReservationsParam
-
public class GetAllReservationsParam extends Object
- Author:
- Bruno Casneuf
-
-
Constructor Summary
Constructors Constructor Description GetAllReservationsParam()Instantiates a new gets the all reservations param.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetStartDate()byte[]getSymmKey()Gets the symm key.voidsetStartDate(Date startDate)voidsetSymmKey(byte[] symmKey)Sets the symm key.
-