Class ConsentModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConsentModel
    extends ItemModel
    Generated model class for type Consent first defined at extension commerceservices.

    A consent instance associated with a customer.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

        public static final java.lang.String CUSTOMER
        Generated constant - Attribute key of Consent.customer attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
      • CONSENTTEMPLATE

        public static final java.lang.String CONSENTTEMPLATE
        Generated constant - Attribute key of Consent.consentTemplate attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
      • CONSENTGIVENDATE

        public static final java.lang.String CONSENTGIVENDATE
        Generated constant - Attribute key of Consent.consentGivenDate attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
      • CONSENTWITHDRAWNDATE

        public static final java.lang.String CONSENTWITHDRAWNDATE
        Generated constant - Attribute key of Consent.consentWithdrawnDate attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
      • ACTIVE

        public static final java.lang.String ACTIVE
        Generated constant - Attribute key of Consent.active attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConsentModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ConsentModel​(java.lang.String _code,
                            ConsentTemplateModel _consentTemplate,
                            CustomerModel _customer)
        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 Consent at extension commerceservices
        _consentTemplate - initial attribute declared by type Consent at extension commerceservices
        _customer - initial attribute declared by type Consent at extension commerceservices
      • ConsentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ConsentModel​(java.lang.String _code,
                            ConsentTemplateModel _consentTemplate,
                            CustomerModel _customer,
                            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 Consent at extension commerceservices
        _consentTemplate - initial attribute declared by type Consent at extension commerceservices
        _customer - initial attribute declared by type Consent at extension commerceservices
        _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 Consent.code attribute defined at extension commerceservices.
        Returns:
        the code
      • getConsentGivenDate

        @Accessor(qualifier="consentGivenDate",
                  type=GETTER)
        public java.util.Date getConsentGivenDate()
        Generated method - Getter of the Consent.consentGivenDate attribute defined at extension commerceservices.
        Returns:
        the consentGivenDate - The timestamp when consent was given by the customer
      • getConsentTemplate

        @Accessor(qualifier="consentTemplate",
                  type=GETTER)
        public ConsentTemplateModel getConsentTemplate()
        Generated method - Getter of the Consent.consentTemplate attribute defined at extension commerceservices.
        Returns:
        the consentTemplate - The Consent Reference
      • getConsentWithdrawnDate

        @Accessor(qualifier="consentWithdrawnDate",
                  type=GETTER)
        public java.util.Date getConsentWithdrawnDate()
        Generated method - Getter of the Consent.consentWithdrawnDate attribute defined at extension commerceservices.
        Returns:
        the consentWithdrawnDate - The timestamp when consent was withdrawn by the customer
      • getCustomer

        @Accessor(qualifier="customer",
                  type=GETTER)
        public CustomerModel getCustomer()
        Generated method - Getter of the Consent.customer attribute defined at extension commerceservices.
        Returns:
        the customer - The customer for which the consent is recorded
      • isActive

        @Accessor(qualifier="active",
                  type=GETTER)
        public boolean isActive()
        Generated method - Getter of the Consent.active dynamic attribute defined at extension commerceservices.
        Returns:
        the active - Indicates if the consent has not yet been withdrawn by the customer
      • setCode

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

        @Accessor(qualifier="consentGivenDate",
                  type=SETTER)
        public void setConsentGivenDate​(java.util.Date value)
        Generated method - Setter of Consent.consentGivenDate attribute defined at extension commerceservices.
        Parameters:
        value - the consentGivenDate - The timestamp when consent was given by the customer
      • setConsentTemplate

        @Accessor(qualifier="consentTemplate",
                  type=SETTER)
        public void setConsentTemplate​(ConsentTemplateModel value)
        Generated method - Setter of Consent.consentTemplate attribute defined at extension commerceservices.
        Parameters:
        value - the consentTemplate - The Consent Reference
      • setConsentWithdrawnDate

        @Accessor(qualifier="consentWithdrawnDate",
                  type=SETTER)
        public void setConsentWithdrawnDate​(java.util.Date value)
        Generated method - Setter of Consent.consentWithdrawnDate attribute defined at extension commerceservices.
        Parameters:
        value - the consentWithdrawnDate - The timestamp when consent was withdrawn by the customer
      • setCustomer

        @Accessor(qualifier="customer",
                  type=SETTER)
        public void setCustomer​(CustomerModel value)
        Generated method - Setter of Consent.customer attribute defined at extension commerceservices.
        Parameters:
        value - the customer - The customer for which the consent is recorded