Class AccountBookmarkComponentModel

All Implemented Interfaces:
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:
  • Field Details

    • _TYPECODE

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

      public static final String STYLECLASS
      Generated constant - Attribute key of AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms.
      See Also:
  • Constructor Details

    • AccountBookmarkComponentModel

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

      public AccountBookmarkComponentModel(de.hybris.platform.servicelayer.model.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, 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, 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 Details

    • 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 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(String value)
      Generated method - Setter of AccountBookmarkComponent.styleClass attribute defined at extension acceleratorcms.
      Parameters:
      value - the styleClass - CSS style class of this bar component.