Class ManageAccommodationStockLevelInfo
java.lang.Object
de.hybris.platform.accommodationbackofficeservices.stocklevel.ManageAccommodationStockLevelInfo
- All Implemented Interfaces:
Serializable
POJO containing info about the models and stock for which the create/update stock is to be performed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccommodationOffering(AccommodationOfferingModel accommodationOffering) voidsetEndDate(Date endDate) voidsetModified(Boolean modified) voidsetProductType(String productType) voidsetStartDate(Date startDate) voidsetStockLevelAttributes(List<StockLevelAttributes> stockLevelAttributes)
-
Constructor Details
-
ManageAccommodationStockLevelInfo
public ManageAccommodationStockLevelInfo()
-
-
Method Details
-
setAccommodationOffering
-
getAccommodationOffering
-
setProductType
-
getProductType
-
setStartDate
-
getStartDate
-
setEndDate
-
getEndDate
-
setStockLevelAttributes
-
getStockLevelAttributes
-
setModified
-
getModified
-