Class StockLevelReservationHistoryEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • ORDERCODE

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

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

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

        public static final java.lang.String QUANTITY
        Generated constant - Attribute key of StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _orderCode,
                                                      ProductModel _product,
                                                      java.lang.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​(java.lang.String _orderCode,
                                                      ItemModel _owner,
                                                      ProductModel _product,
                                                      java.lang.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 Detail

      • getOrderCode

        @Accessor(qualifier="orderCode",
                  type=GETTER)
        public java.lang.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 java.lang.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​(java.lang.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​(java.lang.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