Class AccountBookmarkComponentModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccountBookmarkComponentModel
    extends SimpleCMSComponentModel
    Generated model class for type AccountBookmarkComponent first defined at extension acceleratorcms.

    It represents account bookmark component containing one link to the previous page usually.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • STYLECLASS

        public static final java.lang.String STYLECLASS
        Generated constant - Attribute key of AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms.
        See Also:
        Constant Field Values
      • LINK

        public static final java.lang.String LINK
        Generated constant - Attribute key of AccountBookmarkComponent.link attribute defined at extension acceleratorcms.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AccountBookmarkComponentModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AccountBookmarkComponentModel​(CatalogVersionModel _catalogVersion,
                                             CMSLinkComponentModel _link,
                                             java.lang.String _uid)
        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:
        _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
      • AccountBookmarkComponentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AccountBookmarkComponentModel​(CatalogVersionModel _catalogVersion,
                                             CMSLinkComponentModel _link,
                                             ItemModel _owner,
                                             java.lang.String _uid)
        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:
        _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
    • Method Detail

      • getLink

        @Accessor(qualifier="link",
                  type=GETTER)
        public CMSLinkComponentModel getLink()
        Generated method - Getter of the AccountBookmarkComponent.link attribute defined at extension acceleratorcms.
        Returns:
        the link - The cms navigation node of this navigation component.
      • getStyleClass

        @Accessor(qualifier="styleClass",
                  type=GETTER)
        public java.lang.String getStyleClass()
        Generated method - Getter of the AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms.
        Returns:
        the styleClass - CSS style class of this bar component.
      • setLink

        @Accessor(qualifier="link",
                  type=SETTER)
        public void setLink​(CMSLinkComponentModel value)
        Generated method - Setter of AccountBookmarkComponent.link attribute defined at extension acceleratorcms.
        Parameters:
        value - the link - The cms navigation node of this navigation component.
      • setStyleClass

        @Accessor(qualifier="styleClass",
                  type=SETTER)
        public void setStyleClass​(java.lang.String value)
        Generated method - Setter of AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms.
        Parameters:
        value - the styleClass - CSS style class of this bar component.