Class GeneratedStockLevelReservationHistoryEntry

    • Field Detail

      • ORDERCODE

        public static final java.lang.String ORDERCODE
        Qualifier of the StockLevelReservationHistoryEntry.orderCode attribute
        See Also:
        Constant Field Values
      • WAREHOUSE

        public static final java.lang.String WAREHOUSE
        Qualifier of the StockLevelReservationHistoryEntry.warehouse attribute
        See Also:
        Constant Field Values
      • PRODUCT

        public static final java.lang.String PRODUCT
        Qualifier of the StockLevelReservationHistoryEntry.product attribute
        See Also:
        Constant Field Values
      • QUANTITY

        public static final java.lang.String QUANTITY
        Qualifier of the StockLevelReservationHistoryEntry.quantity attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedStockLevelReservationHistoryEntry

        public GeneratedStockLevelReservationHistoryEntry()
    • Method Detail

      • getOrderCode

        public java.lang.String getOrderCode​(SessionContext ctx)
        Generated method - Getter of the StockLevelReservationHistoryEntry.orderCode attribute.
        Returns:
        the orderCode
      • getOrderCode

        public java.lang.String getOrderCode()
        Generated method - Getter of the StockLevelReservationHistoryEntry.orderCode attribute.
        Returns:
        the orderCode
      • setOrderCode

        public void setOrderCode​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.orderCode attribute.
        Parameters:
        value - the orderCode
      • setOrderCode

        public void setOrderCode​(java.lang.String value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.orderCode attribute.
        Parameters:
        value - the orderCode
      • getProduct

        public Product getProduct​(SessionContext ctx)
        Generated method - Getter of the StockLevelReservationHistoryEntry.product attribute.
        Returns:
        the product
      • getProduct

        public Product getProduct()
        Generated method - Getter of the StockLevelReservationHistoryEntry.product attribute.
        Returns:
        the product
      • setProduct

        public void setProduct​(SessionContext ctx,
                               Product value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.product attribute.
        Parameters:
        value - the product
      • setProduct

        public void setProduct​(Product value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.product attribute.
        Parameters:
        value - the product
      • getQuantity

        public java.lang.Integer getQuantity​(SessionContext ctx)
        Generated method - Getter of the StockLevelReservationHistoryEntry.quantity attribute.
        Returns:
        the quantity
      • getQuantity

        public java.lang.Integer getQuantity()
        Generated method - Getter of the StockLevelReservationHistoryEntry.quantity attribute.
        Returns:
        the quantity
      • getQuantityAsPrimitive

        public int getQuantityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the StockLevelReservationHistoryEntry.quantity attribute.
        Returns:
        the quantity
      • getQuantityAsPrimitive

        public int getQuantityAsPrimitive()
        Generated method - Getter of the StockLevelReservationHistoryEntry.quantity attribute.
        Returns:
        the quantity
      • setQuantity

        public void setQuantity​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.quantity attribute.
        Parameters:
        value - the quantity
      • setQuantity

        public void setQuantity​(java.lang.Integer value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.quantity attribute.
        Parameters:
        value - the quantity
      • setQuantity

        public void setQuantity​(SessionContext ctx,
                                int value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.quantity attribute.
        Parameters:
        value - the quantity
      • setQuantity

        public void setQuantity​(int value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.quantity attribute.
        Parameters:
        value - the quantity
      • getWarehouse

        public Warehouse getWarehouse​(SessionContext ctx)
        Generated method - Getter of the StockLevelReservationHistoryEntry.warehouse attribute.
        Returns:
        the warehouse
      • getWarehouse

        public Warehouse getWarehouse()
        Generated method - Getter of the StockLevelReservationHistoryEntry.warehouse attribute.
        Returns:
        the warehouse
      • setWarehouse

        public void setWarehouse​(SessionContext ctx,
                                 Warehouse value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.warehouse attribute.
        Parameters:
        value - the warehouse
      • setWarehouse

        public void setWarehouse​(Warehouse value)
        Generated method - Setter of the StockLevelReservationHistoryEntry.warehouse attribute.
        Parameters:
        value - the warehouse