Class GeneratedStockLevelReservationHistoryEntry

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
StockLevelReservationHistoryEntry

public abstract class GeneratedStockLevelReservationHistoryEntry extends GenericItem
Generated class for type StockLevelReservationHistoryEntry.
See Also:
  • Field Details

    • ORDERCODE

      public static final String ORDERCODE
      Qualifier of the StockLevelReservationHistoryEntry.orderCode attribute
      See Also:
    • WAREHOUSE

      public static final String WAREHOUSE
      Qualifier of the StockLevelReservationHistoryEntry.warehouse attribute
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Qualifier of the StockLevelReservationHistoryEntry.product attribute
      See Also:
    • QUANTITY

      public static final String QUANTITY
      Qualifier of the StockLevelReservationHistoryEntry.quantity attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedStockLevelReservationHistoryEntry

      public GeneratedStockLevelReservationHistoryEntry()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getOrderCode

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

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

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

      public void setOrderCode(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 Integer getQuantity(SessionContext ctx)
      Generated method - Getter of the StockLevelReservationHistoryEntry.quantity attribute.
      Returns:
      the quantity
    • getQuantity

      public 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, Integer value)
      Generated method - Setter of the StockLevelReservationHistoryEntry.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

      public void setQuantity(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