public class CMSNavigationEntryModel extends CMSItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CMSNAVNODESTOCMSNAVENTRIES
Generated relation code constant for relation
CMSNavNodesToCMSNavEntries defining source attribute navigationNode in extension cms2. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ITEM
Generated constant - Attribute key of
CMSNavigationEntry.item attribute defined at extension cms2. |
static String |
NAVIGATIONNODE
Generated constant - Attribute key of
CMSNavigationEntry.navigationNode attribute defined at extension cms2. |
static String |
NAVIGATIONNODEPOS
Generated constant - Attribute key of
CMSNavigationEntry.navigationNodePOS attribute defined at extension cms2. |
CATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CMSNavigationEntryModel()
Generated constructor - Default constructor for generic creation.
|
CMSNavigationEntryModel(CatalogVersionModel _catalogVersion,
ItemModel _item,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CMSNavigationEntryModel(CatalogVersionModel _catalogVersion,
ItemModel _item,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CMSNavigationEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
getItem()
Generated method - Getter of the
CMSNavigationEntry.item attribute defined at extension cms2. |
CMSNavigationNodeModel |
getNavigationNode()
Generated method - Getter of the
CMSNavigationEntry.navigationNode attribute defined at extension cms2. |
void |
setItem(ItemModel value)
Generated method - Setter of
CMSNavigationEntry.item attribute defined at extension cms2. |
void |
setNavigationNode(CMSNavigationNodeModel value)
Generated method - Setter of
CMSNavigationEntry.navigationNode attribute defined at extension cms2. |
getCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _CMSNAVNODESTOCMSNAVENTRIES
CMSNavNodesToCMSNavEntries defining source attribute navigationNode in extension cms2.public static final String ITEM
CMSNavigationEntry.item attribute defined at extension cms2.public static final String NAVIGATIONNODEPOS
CMSNavigationEntry.navigationNodePOS attribute defined at extension cms2.public static final String NAVIGATIONNODE
CMSNavigationEntry.navigationNode attribute defined at extension cms2.public CMSNavigationEntryModel()
public CMSNavigationEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CMSNavigationEntryModel(CatalogVersionModel _catalogVersion, ItemModel _item, String _uid)
_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@Deprecated public CMSNavigationEntryModel(CatalogVersionModel _catalogVersion, ItemModel _item, ItemModel _owner, String _uid)
_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@Accessor(qualifier="item", type=GETTER) public ItemModel getItem()
CMSNavigationEntry.item attribute defined at extension cms2.@Accessor(qualifier="navigationNode", type=GETTER) public CMSNavigationNodeModel getNavigationNode()
CMSNavigationEntry.navigationNode attribute defined at extension cms2.@Accessor(qualifier="item", type=SETTER) public void setItem(ItemModel value)
CMSNavigationEntry.item attribute defined at extension cms2.value - the item@Accessor(qualifier="navigationNode", type=SETTER) public void setNavigationNode(CMSNavigationNodeModel value)
CMSNavigationEntry.navigationNode attribute defined at extension cms2.value - the navigationNodeCopyright © 2017 SAP SE. All Rights Reserved.