Class StockLevelReservationHistoryEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.chinesepaymentservices.model.StockLevelReservationHistoryEntryModel
All Implemented Interfaces:
Serializable

public class StockLevelReservationHistoryEntryModel extends ItemModel
Generated model class for type StockLevelReservationHistoryEntry first defined at extension chinesepaymentservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ORDERCODE

      public static final String ORDERCODE
      Generated constant - Attribute key of StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices.
      See Also:
    • WAREHOUSE

      public static final String WAREHOUSE
      Generated constant - Attribute key of StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices.
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Generated constant - Attribute key of StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices.
      See Also:
    • QUANTITY

      public static final String QUANTITY
      Generated constant - Attribute key of StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices.
      See Also:
  • Constructor Details

    • StockLevelReservationHistoryEntryModel

      public StockLevelReservationHistoryEntryModel()
      Generated constructor - Default constructor for generic creation.
    • StockLevelReservationHistoryEntryModel

      public StockLevelReservationHistoryEntryModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • StockLevelReservationHistoryEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public StockLevelReservationHistoryEntryModel(String _orderCode, ProductModel _product, Integer _quantity, WarehouseModel _warehouse)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _orderCode - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
      _product - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
      _quantity - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
      _warehouse - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
    • StockLevelReservationHistoryEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public StockLevelReservationHistoryEntryModel(String _orderCode, ItemModel _owner, ProductModel _product, Integer _quantity, WarehouseModel _warehouse)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _orderCode - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
      _owner - initial attribute declared by type Item at extension core
      _product - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
      _quantity - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
      _warehouse - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices
  • Method Details

    • getOrderCode

      @Accessor(qualifier="orderCode", type=GETTER) public String getOrderCode()
      Generated method - Getter of the StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices.
      Returns:
      the orderCode
    • getProduct

      @Accessor(qualifier="product", type=GETTER) public ProductModel getProduct()
      Generated method - Getter of the StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices.
      Returns:
      the product
    • getQuantity

      @Accessor(qualifier="quantity", type=GETTER) public Integer getQuantity()
      Generated method - Getter of the StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices.
      Returns:
      the quantity
    • getWarehouse

      @Accessor(qualifier="warehouse", type=GETTER) public WarehouseModel getWarehouse()
      Generated method - Getter of the StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices.
      Returns:
      the warehouse
    • setOrderCode

      @Accessor(qualifier="orderCode", type=SETTER) public void setOrderCode(String value)
      Generated method - Setter of StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices.
      Parameters:
      value - the orderCode
    • setProduct

      @Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
      Generated method - Setter of StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices.
      Parameters:
      value - the product
    • setQuantity

      @Accessor(qualifier="quantity", type=SETTER) public void setQuantity(Integer value)
      Generated method - Setter of StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices.
      Parameters:
      value - the quantity
    • setWarehouse

      @Accessor(qualifier="warehouse", type=SETTER) public void setWarehouse(WarehouseModel value)
      Generated method - Setter of StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices.
      Parameters:
      value - the warehouse