Class MediaNode
- java.lang.Object
-
- de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNodeAbstract
-
- de.hybris.platform.productcockpit.model.macfinder.node.MediaNode
-
- All Implemented Interfaces:
MacFinderTreeNode
public class MediaNode extends MacFinderTreeNodeAbstract
Represents Medias node into additional section in each column
-
-
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 MediaNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDao
getDao()
java.lang.String
getDisplayedLabel()
-
Methods inherited from class de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNodeAbstract
equals, getContainingColumn, getOriginalItem, getQuantity, hashCode, isNameAttributeExist, isSelected, isVisible, setOriginalItem, setParentColumn, setQuantity, setSelected
-
-
-
-
Method Detail
-
getDao
public AbstractDao getDao()
-
getDisplayedLabel
public java.lang.String getDisplayedLabel()
- Specified by:
getDisplayedLabel
in interfaceMacFinderTreeNode
- Overrides:
getDisplayedLabel
in classMacFinderTreeNodeAbstract
-
-