public class AccountBookmarkComponentModel extends SimpleCMSComponentModel
It represents account bookmark component containing one link to the previous page usually.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
LINK
Generated constant - Attribute key of
AccountBookmarkComponent.link attribute defined at extension acceleratorcms. |
static java.lang.String |
STYLECLASS
Generated constant - Attribute key of
AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms. |
_ELEMENTSFORCONTAINER, CONTAINERS_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLECATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AccountBookmarkComponentModel()
Generated constructor - Default constructor for generic creation.
|
AccountBookmarkComponentModel(CatalogVersionModel _catalogVersion,
CMSLinkComponentModel _link,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AccountBookmarkComponentModel(CatalogVersionModel _catalogVersion,
CMSLinkComponentModel _link,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AccountBookmarkComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CMSLinkComponentModel |
getLink()
Generated method - Getter of the
AccountBookmarkComponent.link attribute defined at extension acceleratorcms. |
java.lang.String |
getStyleClass()
Generated method - Getter of the
AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms. |
void |
setLink(CMSLinkComponentModel value)
Generated method - Setter of
AccountBookmarkComponent.link attribute defined at extension acceleratorcms. |
void |
setStyleClass(java.lang.String value)
Generated method - Setter of
AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms. |
getContainers, setContainersgetActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisiblegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String STYLECLASS
AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms.public static final java.lang.String LINK
AccountBookmarkComponent.link attribute defined at extension acceleratorcms.public AccountBookmarkComponentModel()
public AccountBookmarkComponentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AccountBookmarkComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_link - initial attribute declared by type AccountBookmarkComponent at extension acceleratorcms_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public AccountBookmarkComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, ItemModel _owner, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_link - initial attribute declared by type AccountBookmarkComponent at extension acceleratorcms_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type CMSItem at extension cms2@Accessor(qualifier="link", type=GETTER) public CMSLinkComponentModel getLink()
AccountBookmarkComponent.link attribute defined at extension acceleratorcms.@Accessor(qualifier="styleClass", type=GETTER) public java.lang.String getStyleClass()
AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms.@Accessor(qualifier="link", type=SETTER) public void setLink(CMSLinkComponentModel value)
AccountBookmarkComponent.link attribute defined at extension acceleratorcms.value - the link - The cms navigation node of this navigation component.Copyright © 2018 SAP SE. All Rights Reserved.