Class GeneratedConsent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    Consent

    public abstract class GeneratedConsent
    extends GenericItem
    Generated class for type Consent.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the Consent.code attribute
        See Also:
        Constant Field Values
      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Qualifier of the Consent.customer attribute
        See Also:
        Constant Field Values
      • CONSENTTEMPLATE

        public static final java.lang.String CONSENTTEMPLATE
        Qualifier of the Consent.consentTemplate attribute
        See Also:
        Constant Field Values
      • CONSENTGIVENDATE

        public static final java.lang.String CONSENTGIVENDATE
        Qualifier of the Consent.consentGivenDate attribute
        See Also:
        Constant Field Values
      • CONSENTWITHDRAWNDATE

        public static final java.lang.String CONSENTWITHDRAWNDATE
        Qualifier of the Consent.consentWithdrawnDate attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedConsent

        public GeneratedConsent()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the Consent.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the Consent.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the Consent.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the Consent.code attribute.
        Parameters:
        value - the code
      • getConsentGivenDate

        public java.util.Date getConsentGivenDate​(SessionContext ctx)
        Generated method - Getter of the Consent.consentGivenDate attribute.
        Returns:
        the consentGivenDate - The timestamp when consent was given by the customer
      • getConsentGivenDate

        public java.util.Date getConsentGivenDate()
        Generated method - Getter of the Consent.consentGivenDate attribute.
        Returns:
        the consentGivenDate - The timestamp when consent was given by the customer
      • setConsentGivenDate

        public void setConsentGivenDate​(SessionContext ctx,
                                        java.util.Date value)
        Generated method - Setter of the Consent.consentGivenDate attribute.
        Parameters:
        value - the consentGivenDate - The timestamp when consent was given by the customer
      • setConsentGivenDate

        public void setConsentGivenDate​(java.util.Date value)
        Generated method - Setter of the Consent.consentGivenDate attribute.
        Parameters:
        value - the consentGivenDate - The timestamp when consent was given by the customer
      • getConsentTemplate

        public ConsentTemplate getConsentTemplate​(SessionContext ctx)
        Generated method - Getter of the Consent.consentTemplate attribute.
        Returns:
        the consentTemplate - The Consent Reference
      • getConsentTemplate

        public ConsentTemplate getConsentTemplate()
        Generated method - Getter of the Consent.consentTemplate attribute.
        Returns:
        the consentTemplate - The Consent Reference
      • setConsentTemplate

        public void setConsentTemplate​(SessionContext ctx,
                                       ConsentTemplate value)
        Generated method - Setter of the Consent.consentTemplate attribute.
        Parameters:
        value - the consentTemplate - The Consent Reference
      • setConsentTemplate

        public void setConsentTemplate​(ConsentTemplate value)
        Generated method - Setter of the Consent.consentTemplate attribute.
        Parameters:
        value - the consentTemplate - The Consent Reference
      • getConsentWithdrawnDate

        public java.util.Date getConsentWithdrawnDate​(SessionContext ctx)
        Generated method - Getter of the Consent.consentWithdrawnDate attribute.
        Returns:
        the consentWithdrawnDate - The timestamp when consent was withdrawn by the customer
      • getConsentWithdrawnDate

        public java.util.Date getConsentWithdrawnDate()
        Generated method - Getter of the Consent.consentWithdrawnDate attribute.
        Returns:
        the consentWithdrawnDate - The timestamp when consent was withdrawn by the customer
      • setConsentWithdrawnDate

        public void setConsentWithdrawnDate​(SessionContext ctx,
                                            java.util.Date value)
        Generated method - Setter of the Consent.consentWithdrawnDate attribute.
        Parameters:
        value - the consentWithdrawnDate - The timestamp when consent was withdrawn by the customer
      • setConsentWithdrawnDate

        public void setConsentWithdrawnDate​(java.util.Date value)
        Generated method - Setter of the Consent.consentWithdrawnDate attribute.
        Parameters:
        value - the consentWithdrawnDate - The timestamp when consent was withdrawn by the customer
      • getCustomer

        public Customer getCustomer​(SessionContext ctx)
        Generated method - Getter of the Consent.customer attribute.
        Returns:
        the customer - The customer for which the consent is recorded
      • getCustomer

        public Customer getCustomer()
        Generated method - Getter of the Consent.customer attribute.
        Returns:
        the customer - The customer for which the consent is recorded
      • setCustomer

        public void setCustomer​(SessionContext ctx,
                                Customer value)
        Generated method - Setter of the Consent.customer attribute.
        Parameters:
        value - the customer - The customer for which the consent is recorded
      • setCustomer

        public void setCustomer​(Customer value)
        Generated method - Setter of the Consent.customer attribute.
        Parameters:
        value - the customer - The customer for which the consent is recorded