Class MacFinderTreeNodeAbstract
- java.lang.Object
-
- de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNodeAbstract
-
- All Implemented Interfaces:
MacFinderTreeNode
- Direct Known Subclasses:
CategoryNode,ClassAttributeAssignmentNode,LeafNode,MediaNode,ProductNode
public abstract class MacFinderTreeNodeAbstract extends java.lang.Object implements MacFinderTreeNode
Interface represents additional node in 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 MacFinderTreeNodeAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)MacFinderTreeColumngetContainingColumn()java.lang.StringgetDisplayedLabel()TypedObjectgetOriginalItem()intgetQuantity()inthashCode()booleanisNameAttributeExist()booleanisSelected()booleanisVisible()voidsetOriginalItem(TypedObject orginalItem)voidsetParentColumn(MacFinderTreeColumn column)voidsetQuantity(int quantity)voidsetSelected(boolean selected)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNode
getDao
-
-
-
-
Method Detail
-
setParentColumn
public void setParentColumn(MacFinderTreeColumn column)
- Specified by:
setParentColumnin interfaceMacFinderTreeNode
-
getContainingColumn
public MacFinderTreeColumn getContainingColumn()
- Specified by:
getContainingColumnin interfaceMacFinderTreeNode
-
isSelected
public boolean isSelected()
- Specified by:
isSelectedin interfaceMacFinderTreeNode
-
setSelected
public void setSelected(boolean selected)
- Specified by:
setSelectedin interfaceMacFinderTreeNode
-
setQuantity
public void setQuantity(int quantity)
- Specified by:
setQuantityin interfaceMacFinderTreeNode
-
getQuantity
public int getQuantity()
- Specified by:
getQuantityin interfaceMacFinderTreeNode
-
getDisplayedLabel
public java.lang.String getDisplayedLabel()
- Specified by:
getDisplayedLabelin interfaceMacFinderTreeNode
-
getOriginalItem
public TypedObject getOriginalItem()
- Specified by:
getOriginalItemin interfaceMacFinderTreeNode
-
setOriginalItem
public void setOriginalItem(TypedObject orginalItem)
- Specified by:
setOriginalItemin interfaceMacFinderTreeNode
-
isNameAttributeExist
public boolean isNameAttributeExist() throws JaloSecurityException- Specified by:
isNameAttributeExistin interfaceMacFinderTreeNode- Throws:
JaloSecurityException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
isVisible
public boolean isVisible()
- Specified by:
isVisiblein interfaceMacFinderTreeNode
-
-