Class CMSNavigationEntryModel

All Implemented Interfaces:
Serializable

public class CMSNavigationEntryModel extends CMSItemModel
Generated model class for type CMSNavigationEntry first defined at extension cms2.
See Also:
  • Field Details

    • _TYPECODE

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

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

      public static final String ITEM
      Generated constant - Attribute key of CMSNavigationEntry.item attribute defined at extension cms2.
      See Also:
  • Constructor Details

    • 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, 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, 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 Details

    • 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