Package com.hybris.backoffice.tree.model
Class UncategorizedNode
- java.lang.Object
-
- com.hybris.backoffice.tree.model.UncategorizedNode
-
- All Implemented Interfaces:
ActionAwareNode
public class UncategorizedNode extends java.lang.Object implements ActionAwareNode
Model representing uncategorized node. The parentItem property contains parent node data of uncategorized node. For example: parentItem will be equal to catalogVersionModel for uncategorized node in catalog version
-
-
Constructor Summary
Constructors Constructor Description UncategorizedNode(java.lang.Object parentItem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetParentItem()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.widgets.common.explorertree.data.ActionAwareNode
isActionAware
-
-