Class ConsentTemplateModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.commerceservices.model.consent.ConsentTemplateModel
All Implemented Interfaces:
Serializable

public class ConsentTemplateModel extends ItemModel
Generated model class for type ConsentTemplate first defined at extension commerceservices.

A type of consent associated with a particular store.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of ConsentTemplate.id attribute defined at extension commerceservices.
      See Also:
    • VERSION

      public static final String VERSION
      Generated constant - Attribute key of ConsentTemplate.version attribute defined at extension commerceservices.
      See Also:
    • BASESITE

      public static final String BASESITE
      Generated constant - Attribute key of ConsentTemplate.baseSite attribute defined at extension commerceservices.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of ConsentTemplate.name attribute defined at extension commerceservices.
      See Also:
    • EXPOSED

      public static final String EXPOSED
      Generated constant - Attribute key of ConsentTemplate.exposed attribute defined at extension commerceservices.
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Generated constant - Attribute key of ConsentTemplate.description attribute defined at extension commerceservices.
      See Also:
  • Constructor Details

    • ConsentTemplateModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public ConsentTemplateModel(BaseSiteModel _baseSite, String _id, Integer _version)
      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:
      _baseSite - initial attribute declared by type ConsentTemplate at extension commerceservices
      _id - initial attribute declared by type ConsentTemplate at extension commerceservices
      _version - initial attribute declared by type ConsentTemplate at extension commerceservices
    • ConsentTemplateModel

      @Deprecated(since="4.1.1", forRemoval=true) public ConsentTemplateModel(BaseSiteModel _baseSite, String _id, ItemModel _owner, Integer _version)
      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:
      _baseSite - initial attribute declared by type ConsentTemplate at extension commerceservices
      _id - initial attribute declared by type ConsentTemplate at extension commerceservices
      _owner - initial attribute declared by type Item at extension core
      _version - initial attribute declared by type ConsentTemplate at extension commerceservices
  • Method Details

    • getBaseSite

      @Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
      Generated method - Getter of the ConsentTemplate.baseSite attribute defined at extension commerceservices.
      Returns:
      the baseSite - BaseSite that this consent template belongs to
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription()
      Generated method - Getter of the ConsentTemplate.description attribute defined at extension commerceservices.
      Returns:
      the description - Consent Template Description
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
      Generated method - Getter of the ConsentTemplate.description attribute defined at extension commerceservices.
      Parameters:
      loc - the value localization key
      Returns:
      the description - Consent Template Description
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the ConsentTemplate.id attribute defined at extension commerceservices.
      Returns:
      the id - Consent Template ID
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the ConsentTemplate.name attribute defined at extension commerceservices.
      Returns:
      the name - Consent Template Name
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the ConsentTemplate.name attribute defined at extension commerceservices.
      Parameters:
      loc - the value localization key
      Returns:
      the name - Consent Template Name
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getVersion

      @Accessor(qualifier="version", type=GETTER) public Integer getVersion()
      Generated method - Getter of the ConsentTemplate.version attribute defined at extension commerceservices.
      Returns:
      the version - Consent Template Version
    • isExposed

      @Accessor(qualifier="exposed", type=GETTER) public boolean isExposed()
      Generated method - Getter of the ConsentTemplate.exposed attribute defined at extension commerceservices.
      Returns:
      the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
    • setBaseSite

      @Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
      Generated method - Setter of ConsentTemplate.baseSite attribute defined at extension commerceservices.
      Parameters:
      value - the baseSite - BaseSite that this consent template belongs to
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
      Generated method - Setter of ConsentTemplate.description attribute defined at extension commerceservices.
      Parameters:
      value - the description - Consent Template Description
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
      Generated method - Setter of ConsentTemplate.description attribute defined at extension commerceservices.
      Parameters:
      value - the description - Consent Template Description
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setExposed

      @Accessor(qualifier="exposed", type=SETTER) public void setExposed(boolean value)
      Generated method - Setter of ConsentTemplate.exposed attribute defined at extension commerceservices.
      Parameters:
      value - the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of ConsentTemplate.id attribute defined at extension commerceservices.
      Parameters:
      value - the id - Consent Template ID
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of ConsentTemplate.name attribute defined at extension commerceservices.
      Parameters:
      value - the name - Consent Template Name
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
      Generated method - Setter of ConsentTemplate.name attribute defined at extension commerceservices.
      Parameters:
      value - the name - Consent Template Name
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setVersion

      @Accessor(qualifier="version", type=SETTER) public void setVersion(Integer value)
      Generated method - Setter of ConsentTemplate.version attribute defined at extension commerceservices.
      Parameters:
      value - the version - Consent Template Version