Class ExternalDiscountValueModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExternalDiscountValueModel
    extends ItemModel
    Generated model class for type ExternalDiscountValue first defined at extension c4cquote.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _ABSTRACTORDER2EXTERNALDISCOUNTVALUE
        Generated relation code constant for relation AbstractOrder2ExternalDiscountValue defining source attribute order in extension c4cquote.
        See Also:
        Constant Field Values
      • _ABSTRACTORDERENTRY2EXTERNALDISCOUNTVALUE

        public static final java.lang.String _ABSTRACTORDERENTRY2EXTERNALDISCOUNTVALUE
        Generated relation code constant for relation AbstractOrderEntry2ExternalDiscountValue defining source attribute orderEntry in extension c4cquote.
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Generated constant - Attribute key of ExternalDiscountValue.value attribute defined at extension c4cquote.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of ExternalDiscountValue.code attribute defined at extension c4cquote.
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Generated constant - Attribute key of ExternalDiscountValue.type attribute defined at extension c4cquote.
        See Also:
        Constant Field Values
      • LEVEL

        public static final java.lang.String LEVEL
        Generated constant - Attribute key of ExternalDiscountValue.level attribute defined at extension c4cquote.
        See Also:
        Constant Field Values
      • ORDER

        public static final java.lang.String ORDER
        Generated constant - Attribute key of ExternalDiscountValue.order attribute defined at extension c4cquote.
        See Also:
        Constant Field Values
      • ORDERENTRY

        public static final java.lang.String ORDERENTRY
        Generated constant - Attribute key of ExternalDiscountValue.orderEntry attribute defined at extension c4cquote.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExternalDiscountValueModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExternalDiscountValueModel​(java.lang.String _code)
        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:
        _code - initial attribute declared by type ExternalDiscountValue at extension c4cquote
      • ExternalDiscountValueModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExternalDiscountValueModel​(java.lang.String _code,
                                          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:
        _code - initial attribute declared by type ExternalDiscountValue at extension c4cquote
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the ExternalDiscountValue.code attribute defined at extension c4cquote.
        Returns:
        the code - Discount code
      • getLevel

        @Accessor(qualifier="level",
                  type=GETTER)
        public java.lang.Integer getLevel()
        Generated method - Getter of the ExternalDiscountValue.level attribute defined at extension c4cquote.
        Returns:
        the level - Discount level
      • getType

        @Accessor(qualifier="type",
                  type=GETTER)
        public java.lang.String getType()
        Generated method - Getter of the ExternalDiscountValue.type attribute defined at extension c4cquote.
        Returns:
        the type - Discount type
      • getValue

        @Accessor(qualifier="value",
                  type=GETTER)
        public java.lang.Double getValue()
        Generated method - Getter of the ExternalDiscountValue.value attribute defined at extension c4cquote.
        Returns:
        the value - External Discount Value
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of ExternalDiscountValue.code attribute defined at extension c4cquote.
        Parameters:
        value - the code - Discount code
      • setLevel

        @Accessor(qualifier="level",
                  type=SETTER)
        public void setLevel​(java.lang.Integer value)
        Generated method - Setter of ExternalDiscountValue.level attribute defined at extension c4cquote.
        Parameters:
        value - the level - Discount level
      • setOrder

        @Accessor(qualifier="order",
                  type=SETTER)
        public void setOrder​(AbstractOrderModel value)
        Generated method - Setter of ExternalDiscountValue.order attribute defined at extension c4cquote.
        Parameters:
        value - the order
      • setOrderEntry

        @Accessor(qualifier="orderEntry",
                  type=SETTER)
        public void setOrderEntry​(AbstractOrderEntryModel value)
        Generated method - Setter of ExternalDiscountValue.orderEntry attribute defined at extension c4cquote.
        Parameters:
        value - the orderEntry
      • setType

        @Accessor(qualifier="type",
                  type=SETTER)
        public void setType​(java.lang.String value)
        Generated method - Setter of ExternalDiscountValue.type attribute defined at extension c4cquote.
        Parameters:
        value - the type - Discount type
      • setValue

        @Accessor(qualifier="value",
                  type=SETTER)
        public void setValue​(java.lang.Double value)
        Generated method - Setter of ExternalDiscountValue.value attribute defined at extension c4cquote.
        Parameters:
        value - the value - External Discount Value