Class LeafNode
- java.lang.Object
-
- de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNodeAbstract
-
- de.hybris.platform.productcockpit.model.macfinder.node.LeafNode
-
- All Implemented Interfaces:
MacFinderTreeNode
public class LeafNode extends MacFinderTreeNodeAbstract
Represents leaves in MAC finder tree
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNode
CODE_ATTR, LEFT_SQUERE_BRACKET, NAME_ATTR, RIGH_SQUERE_BRACKET, UNDEFINED_ATTR
-
-
Constructor Summary
Constructors Constructor Description LeafNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDao
getDao()
-
Methods inherited from class de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNodeAbstract
equals, getContainingColumn, getDisplayedLabel, getOriginalItem, getQuantity, hashCode, isNameAttributeExist, isSelected, isVisible, setOriginalItem, setParentColumn, setQuantity, setSelected
-
-
-
-
Method Detail
-
getDao
public AbstractDao getDao()
-
-