Class GeneratedConsent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Consent

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

  • Constructor Details

    • GeneratedConsent

      public GeneratedConsent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

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

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

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

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

      public 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 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, 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(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 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 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, 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(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