public class PrivacyOverlayComponentModel extends CMSParagraphComponentModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACCEPTTEXT
Generated constant - Attribute key of
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
static String |
DECLINEBUTTON
Generated constant - Attribute key of
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon. |
static String |
DECLINETEXT
Generated constant - Attribute key of
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
CONTENT_ELEMENTSFORCONTAINER, CONTAINERS_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLECATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PrivacyOverlayComponentModel()
Generated constructor - Default constructor for generic creation.
|
PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PrivacyOverlayComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptText()
Generated method - Getter of the
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
String |
getAcceptText(Locale loc)
Generated method - Getter of the
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
Boolean |
getDeclineButton()
Generated method - Getter of the
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon. |
String |
getDeclineText()
Generated method - Getter of the
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
String |
getDeclineText(Locale loc)
Generated method - Getter of the
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
void |
setAcceptText(String value)
Generated method - Setter of
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
void |
setAcceptText(String value,
Locale loc)
Generated method - Setter of
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
void |
setDeclineButton(Boolean value)
Generated method - Setter of
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon. |
void |
setDeclineText(String value)
Generated method - Setter of
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
void |
setDeclineText(String value,
Locale loc)
Generated method - Setter of
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
getContent, getContent, setContent, setContentgetContainers, setContainersgetActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisiblegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String ACCEPTTEXT
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.public static final String DECLINEBUTTON
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon.public static final String DECLINETEXT
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.public PrivacyOverlayComponentModel()
public PrivacyOverlayComponentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion, String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type CMSItem at extension cms2@Accessor(qualifier="acceptText", type=GETTER) public String getAcceptText()
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.@Accessor(qualifier="acceptText", type=GETTER) public String getAcceptText(Locale loc)
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="declineButton", type=GETTER) public Boolean getDeclineButton()
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon.@Accessor(qualifier="declineText", type=GETTER) public String getDeclineText()
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.@Accessor(qualifier="declineText", type=GETTER) public String getDeclineText(Locale loc)
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="acceptText", type=SETTER) public void setAcceptText(String value)
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.value - the acceptText@Accessor(qualifier="acceptText", type=SETTER) public void setAcceptText(String value, Locale loc)
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.value - the acceptTextloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="declineButton", type=SETTER) public void setDeclineButton(Boolean value)
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon.value - the declineButton@Accessor(qualifier="declineText", type=SETTER) public void setDeclineText(String value)
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.value - the declineText@Accessor(qualifier="declineText", type=SETTER) public void setDeclineText(String value, Locale loc)
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.value - the declineTextloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.