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
Generated model class for type ConsentTemplate first defined at extension commerceservices.
A type of consent associated with a particular store.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofConsentTemplate.baseSiteattribute defined at extensioncommerceservices.static final StringGenerated constant - Attribute key ofConsentTemplate.descriptionattribute defined at extensioncommerceservices.static final StringGenerated constant - Attribute key ofConsentTemplate.exposedattribute defined at extensioncommerceservices.static final StringGenerated constant - Attribute key ofConsentTemplate.idattribute defined at extensioncommerceservices.static final StringGenerated constant - Attribute key ofConsentTemplate.nameattribute defined at extensioncommerceservices.static final StringGenerated constant - Attribute key ofConsentTemplate.versionattribute defined at extensioncommerceservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.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 parametersConsentTemplateModel(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 parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theConsentTemplate.baseSiteattribute defined at extensioncommerceservices.Generated method - Getter of theConsentTemplate.descriptionattribute defined at extensioncommerceservices.getDescription(Locale loc) Generated method - Getter of theConsentTemplate.descriptionattribute defined at extensioncommerceservices.getId()Generated method - Getter of theConsentTemplate.idattribute defined at extensioncommerceservices.getName()Generated method - Getter of theConsentTemplate.nameattribute defined at extensioncommerceservices.Generated method - Getter of theConsentTemplate.nameattribute defined at extensioncommerceservices.Generated method - Getter of theConsentTemplate.versionattribute defined at extensioncommerceservices.booleanGenerated method - Getter of theConsentTemplate.exposedattribute defined at extensioncommerceservices.voidsetBaseSite(BaseSiteModel value) Generated method - Setter ofConsentTemplate.baseSiteattribute defined at extensioncommerceservices.voidsetDescription(String value) Generated method - Setter ofConsentTemplate.descriptionattribute defined at extensioncommerceservices.voidsetDescription(String value, Locale loc) Generated method - Setter ofConsentTemplate.descriptionattribute defined at extensioncommerceservices.voidsetExposed(boolean value) Generated method - Setter ofConsentTemplate.exposedattribute defined at extensioncommerceservices.voidGenerated method - Setter ofConsentTemplate.idattribute defined at extensioncommerceservices.voidGenerated method - Setter ofConsentTemplate.nameattribute defined at extensioncommerceservices.voidGenerated method - Setter ofConsentTemplate.nameattribute defined at extensioncommerceservices.voidsetVersion(Integer value) Generated method - Setter ofConsentTemplate.versionattribute defined at extensioncommerceservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
ID
Generated constant - Attribute key ofConsentTemplate.idattribute defined at extensioncommerceservices.- See Also:
-
VERSION
Generated constant - Attribute key ofConsentTemplate.versionattribute defined at extensioncommerceservices.- See Also:
-
BASESITE
Generated constant - Attribute key ofConsentTemplate.baseSiteattribute defined at extensioncommerceservices.- See Also:
-
NAME
Generated constant - Attribute key ofConsentTemplate.nameattribute defined at extensioncommerceservices.- See Also:
-
EXPOSED
Generated constant - Attribute key ofConsentTemplate.exposedattribute defined at extensioncommerceservices.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofConsentTemplate.descriptionattribute defined at extensioncommerceservices.- See Also:
-
-
Constructor Details
-
ConsentTemplateModel
public ConsentTemplateModel()Generated constructor - Default constructor for generic creation. -
ConsentTemplateModel
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_baseSite- initial attribute declared by typeConsentTemplateat extensioncommerceservices_id- initial attribute declared by typeConsentTemplateat extensioncommerceservices_version- initial attribute declared by typeConsentTemplateat extensioncommerceservices
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_baseSite- initial attribute declared by typeConsentTemplateat extensioncommerceservices_id- initial attribute declared by typeConsentTemplateat extensioncommerceservices_owner- initial attribute declared by typeItemat extensioncore_version- initial attribute declared by typeConsentTemplateat extensioncommerceservices
-
-
Method Details
-
getBaseSite
Generated method - Getter of theConsentTemplate.baseSiteattribute defined at extensioncommerceservices.- Returns:
- the baseSite - BaseSite that this consent template belongs to
-
getDescription
Generated method - Getter of theConsentTemplate.descriptionattribute defined at extensioncommerceservices.- Returns:
- the description - Consent Template Description
-
getDescription
Generated method - Getter of theConsentTemplate.descriptionattribute defined at extensioncommerceservices.- Parameters:
loc- the value localization key- Returns:
- the description - Consent Template Description
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getId
Generated method - Getter of theConsentTemplate.idattribute defined at extensioncommerceservices.- Returns:
- the id - Consent Template ID
-
getName
Generated method - Getter of theConsentTemplate.nameattribute defined at extensioncommerceservices.- Returns:
- the name - Consent Template Name
-
getName
Generated method - Getter of theConsentTemplate.nameattribute defined at extensioncommerceservices.- Parameters:
loc- the value localization key- Returns:
- the name - Consent Template Name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getVersion
Generated method - Getter of theConsentTemplate.versionattribute defined at extensioncommerceservices.- Returns:
- the version - Consent Template Version
-
isExposed
Generated method - Getter of theConsentTemplate.exposedattribute defined at extensioncommerceservices.- 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
Generated method - Setter ofConsentTemplate.baseSiteattribute defined at extensioncommerceservices.- Parameters:
value- the baseSite - BaseSite that this consent template belongs to
-
setDescription
Generated method - Setter ofConsentTemplate.descriptionattribute defined at extensioncommerceservices.- Parameters:
value- the description - Consent Template Description
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc) Generated method - Setter ofConsentTemplate.descriptionattribute defined at extensioncommerceservices.- Parameters:
value- the description - Consent Template Descriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setExposed
Generated method - Setter ofConsentTemplate.exposedattribute defined at extensioncommerceservices.- 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
Generated method - Setter ofConsentTemplate.idattribute defined at extensioncommerceservices.- Parameters:
value- the id - Consent Template ID
-
setName
Generated method - Setter ofConsentTemplate.nameattribute defined at extensioncommerceservices.- Parameters:
value- the name - Consent Template Name
-
setName
Generated method - Setter ofConsentTemplate.nameattribute defined at extensioncommerceservices.- Parameters:
value- the name - Consent Template Nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setVersion
Generated method - Setter ofConsentTemplate.versionattribute defined at extensioncommerceservices.- Parameters:
value- the version - Consent Template Version
-