Class ManageAccommodationStockLevelInfo

java.lang.Object
de.hybris.platform.accommodationbackofficeservices.stocklevel.ManageAccommodationStockLevelInfo
All Implemented Interfaces:
Serializable

public class ManageAccommodationStockLevelInfo extends Object implements Serializable
POJO containing info about the models and stock for which the create/update stock is to be performed.
See Also:
  • Constructor Details

    • ManageAccommodationStockLevelInfo

      public ManageAccommodationStockLevelInfo()
  • Method Details

    • setAccommodationOffering

      public void setAccommodationOffering(AccommodationOfferingModel accommodationOffering)
    • getAccommodationOffering

      public AccommodationOfferingModel getAccommodationOffering()
    • setProductType

      public void setProductType(String productType)
    • getProductType

      public String getProductType()
    • setStartDate

      public void setStartDate(Date startDate)
    • getStartDate

      public Date getStartDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getEndDate

      public Date getEndDate()
    • setStockLevelAttributes

      public void setStockLevelAttributes(List<StockLevelAttributes> stockLevelAttributes)
    • getStockLevelAttributes

      public List<StockLevelAttributes> getStockLevelAttributes()
    • setModified

      public void setModified(Boolean modified)
    • getModified

      public Boolean getModified()