Class CMSNavigationEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CMSNavigationEntryModel
    extends CMSItemModel
    Generated model class for type CMSNavigationEntry first defined at extension cms2.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _CMSNAVNODESTOCMSNAVENTRIES
      Generated relation code constant for relation CMSNavNodesToCMSNavEntries defining source attribute navigationNode in extension cms2.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ITEM
      Generated constant - Attribute key of CMSNavigationEntry.item attribute defined at extension cms2.
      static java.lang.String NAVIGATIONNODE
      Generated constant - Attribute key of CMSNavigationEntry.navigationNode attribute defined at extension cms2.
      static java.lang.String NAVIGATIONNODEPOS
      Generated constant - Attribute key of CMSNavigationEntry.navigationNodePOS attribute defined at extension cms2.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      CMSNavigationEntryModel()
      Generated constructor - Default constructor for generic creation.
      CMSNavigationEntryModel​(CatalogVersionModel _catalogVersion, ItemModel _item, 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
      CMSNavigationEntryModel​(CatalogVersionModel _catalogVersion, ItemModel _item, 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
      CMSNavigationEntryModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _CMSNAVNODESTOCMSNAVENTRIES
        Generated relation code constant for relation CMSNavNodesToCMSNavEntries defining source attribute navigationNode in extension cms2.
        See Also:
        Constant Field Values
      • ITEM

        public static final java.lang.String ITEM
        Generated constant - Attribute key of CMSNavigationEntry.item attribute defined at extension cms2.
        See Also:
        Constant Field Values
      • NAVIGATIONNODEPOS

        public static final java.lang.String NAVIGATIONNODEPOS
        Generated constant - Attribute key of CMSNavigationEntry.navigationNodePOS attribute defined at extension cms2.
        See Also:
        Constant Field Values
      • NAVIGATIONNODE

        public static final java.lang.String NAVIGATIONNODE
        Generated constant - Attribute key of CMSNavigationEntry.navigationNode attribute defined at extension cms2.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CMSNavigationEntryModel

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

        public CMSNavigationEntryModel​(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
      • CMSNavigationEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CMSNavigationEntryModel​(CatalogVersionModel _catalogVersion,
                                       ItemModel _item,
                                       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
        _item - initial attribute declared by type CMSNavigationEntry at extension cms2
        _uid - initial attribute declared by type CMSItem at extension cms2
      • CMSNavigationEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CMSNavigationEntryModel​(CatalogVersionModel _catalogVersion,
                                       ItemModel _item,
                                       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
        _item - initial attribute declared by type CMSNavigationEntry at extension cms2
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type CMSItem at extension cms2
    • Method Detail

      • getItem

        @Accessor(qualifier="item",
                  type=GETTER)
        public ItemModel getItem()
        Generated method - Getter of the CMSNavigationEntry.item attribute defined at extension cms2.
        Returns:
        the item
      • getNavigationNode

        @Accessor(qualifier="navigationNode",
                  type=GETTER)
        public CMSNavigationNodeModel getNavigationNode()
        Generated method - Getter of the CMSNavigationEntry.navigationNode attribute defined at extension cms2.
        Returns:
        the navigationNode
      • setItem

        @Accessor(qualifier="item",
                  type=SETTER)
        public void setItem​(ItemModel value)
        Generated method - Setter of CMSNavigationEntry.item attribute defined at extension cms2.
        Parameters:
        value - the item
      • setNavigationNode

        @Accessor(qualifier="navigationNode",
                  type=SETTER)
        public void setNavigationNode​(CMSNavigationNodeModel value)
        Generated method - Setter of CMSNavigationEntry.navigationNode attribute defined at extension cms2.
        Parameters:
        value - the navigationNode