Class OrderFormEntryModel

All Implemented Interfaces:
Serializable

public class OrderFormEntryModel extends ItemModel
Generated model class for type OrderFormEntry first defined at extension savedorderforms.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String SKU
      Generated constant - Attribute key of OrderFormEntry.sku attribute defined at extension savedorderforms.
      See Also:
    • QUANTITY

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

    • OrderFormEntryModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public OrderFormEntryModel(String _sku)
      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:
      _sku - initial attribute declared by type OrderFormEntry at extension savedorderforms
    • OrderFormEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public OrderFormEntryModel(ItemModel _owner, String _sku)
      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:
      _owner - initial attribute declared by type Item at extension core
      _sku - initial attribute declared by type OrderFormEntry at extension savedorderforms
  • Method Details

    • getQuantity

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

      @Accessor(qualifier="sku", type=GETTER) public String getSku()
      Generated method - Getter of the OrderFormEntry.sku attribute defined at extension savedorderforms.
      Returns:
      the sku
    • setQuantity

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

      @Accessor(qualifier="sku", type=SETTER) public void setSku(String value)
      Generated method - Setter of OrderFormEntry.sku attribute defined at extension savedorderforms.
      Parameters:
      value - the sku