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