Class PromotionOrderEntryAdjustActionModel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String AMOUNT
      Generated constant - Attribute key of PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
      static java.lang.String ORDERENTRYNUMBER
      Generated constant - Attribute key of PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
      static java.lang.String ORDERENTRYPRODUCT
      Generated constant - Attribute key of PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
      static java.lang.String ORDERENTRYQUANTITY
      Generated constant - Attribute key of PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getAmount()
      Generated method - Getter of the PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
      java.lang.Integer getOrderEntryNumber()
      Generated method - Getter of the PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
      ProductModel getOrderEntryProduct()
      Generated method - Getter of the PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
      java.lang.Long getOrderEntryQuantity()
      Generated method - Getter of the PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
      void setAmount​(java.lang.Double value)
      Generated method - Setter of PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
      void setOrderEntryNumber​(java.lang.Integer value)
      Generated method - Setter of PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
      void setOrderEntryProduct​(ProductModel value)
      Generated method - Setter of PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
      void setOrderEntryQuantity​(java.lang.Long value)
      Generated method - Setter of PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String AMOUNT
        Generated constant - Attribute key of PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
        See Also:
        Constant Field Values
      • ORDERENTRYPRODUCT

        public static final java.lang.String ORDERENTRYPRODUCT
        Generated constant - Attribute key of PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
        See Also:
        Constant Field Values
      • ORDERENTRYQUANTITY

        public static final java.lang.String ORDERENTRYQUANTITY
        Generated constant - Attribute key of PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
        See Also:
        Constant Field Values
      • ORDERENTRYNUMBER

        public static final java.lang.String ORDERENTRYNUMBER
        Generated constant - Attribute key of PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PromotionOrderEntryAdjustActionModel

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

        public PromotionOrderEntryAdjustActionModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • PromotionOrderEntryAdjustActionModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public PromotionOrderEntryAdjustActionModel​(ItemModel _owner)
        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
    • Method Detail

      • getAmount

        @Accessor(qualifier="amount",
                  type=GETTER)
        public java.lang.Double getAmount()
        Generated method - Getter of the PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
        Returns:
        the amount - The amount to adjust the order entry by.
      • getOrderEntryNumber

        @Accessor(qualifier="orderEntryNumber",
                  type=GETTER)
        public java.lang.Integer getOrderEntryNumber()
        Generated method - Getter of the PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
        Returns:
        the orderEntryNumber - The entry number in the order
      • getOrderEntryProduct

        @Accessor(qualifier="orderEntryProduct",
                  type=GETTER)
        public ProductModel getOrderEntryProduct()
        Generated method - Getter of the PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
        Returns:
        the orderEntryProduct - The product of the order entry to adjust
      • getOrderEntryQuantity

        @Accessor(qualifier="orderEntryQuantity",
                  type=GETTER)
        public java.lang.Long getOrderEntryQuantity()
        Generated method - Getter of the PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
        Returns:
        the orderEntryQuantity - The quantity of the order entry to adjust
      • setAmount

        @Accessor(qualifier="amount",
                  type=SETTER)
        public void setAmount​(java.lang.Double value)
        Generated method - Setter of PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
        Parameters:
        value - the amount - The amount to adjust the order entry by.
      • setOrderEntryNumber

        @Accessor(qualifier="orderEntryNumber",
                  type=SETTER)
        public void setOrderEntryNumber​(java.lang.Integer value)
        Generated method - Setter of PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
        Parameters:
        value - the orderEntryNumber - The entry number in the order
      • setOrderEntryProduct

        @Accessor(qualifier="orderEntryProduct",
                  type=SETTER)
        public void setOrderEntryProduct​(ProductModel value)
        Generated method - Setter of PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
        Parameters:
        value - the orderEntryProduct - The product of the order entry to adjust
      • setOrderEntryQuantity

        @Accessor(qualifier="orderEntryQuantity",
                  type=SETTER)
        public void setOrderEntryQuantity​(java.lang.Long value)
        Generated method - Setter of PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
        Parameters:
        value - the orderEntryQuantity - The quantity of the order entry to adjust