Class GeneratedOrderFormEntry

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

public abstract class GeneratedOrderFormEntry extends GenericItem
Generated class for type OrderFormEntry.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedOrderFormEntry

      public GeneratedOrderFormEntry()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getQuantity(SessionContext ctx)
      Generated method - Getter of the OrderFormEntry.quantity attribute.
      Returns:
      the quantity
    • getQuantity

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

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

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

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

      public void setQuantity(Integer value)
      Generated method - Setter of the OrderFormEntry.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

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

      public void setQuantity(int value)
      Generated method - Setter of the OrderFormEntry.quantity attribute.
      Parameters:
      value - the quantity
    • getSku

      public String getSku(SessionContext ctx)
      Generated method - Getter of the OrderFormEntry.sku attribute.
      Returns:
      the sku
    • getSku

      public String getSku()
      Generated method - Getter of the OrderFormEntry.sku attribute.
      Returns:
      the sku
    • setSku

      public void setSku(SessionContext ctx, String value)
      Generated method - Setter of the OrderFormEntry.sku attribute.
      Parameters:
      value - the sku
    • setSku

      public void setSku(String value)
      Generated method - Setter of the OrderFormEntry.sku attribute.
      Parameters:
      value - the sku