Class OrderFormEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

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

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

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

      • 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​(java.lang.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,
                                   java.lang.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 Detail

      • getQuantity

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

        @Accessor(qualifier="sku",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of OrderFormEntry.sku attribute defined at extension savedorderforms.
        Parameters:
        value - the sku