Class ActionUpdateNodeImpl
- java.lang.Object
-
- org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
-
- org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.ActionUpdateNodeImpl
-
- All Implemented Interfaces:
Iterable<Node>,ActionUpdateNode,HasFieldValues,Node
public class ActionUpdateNodeImpl extends BaseNodeImpl implements ActionUpdateNode
-
-
Constructor Summary
Constructors Constructor Description ActionUpdateNodeImpl()ActionUpdateNodeImpl(TypeNode boundNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TypeNodegetBoundNode()List<ActionFieldValue>getFieldValues()inthashCode()booleanisModify()voidsetBoundNode(TypeNode boundNode)voidsetModify(boolean isModify)-
Methods inherited from class org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
addChild, getChildren, getParent, iterator, removeChild, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.Node
addChild, getChildren, getParent, removeChild, setParent
-
-
-
-
Constructor Detail
-
ActionUpdateNodeImpl
public ActionUpdateNodeImpl()
-
ActionUpdateNodeImpl
public ActionUpdateNodeImpl(TypeNode boundNode)
-
-
Method Detail
-
getBoundNode
public TypeNode getBoundNode()
- Specified by:
getBoundNodein interfaceActionUpdateNode
-
setBoundNode
public void setBoundNode(TypeNode boundNode)
- Specified by:
setBoundNodein interfaceActionUpdateNode
-
isModify
public boolean isModify()
- Specified by:
isModifyin interfaceActionUpdateNode
-
setModify
public void setModify(boolean isModify)
- Specified by:
setModifyin interfaceActionUpdateNode
-
getFieldValues
public List<ActionFieldValue> getFieldValues()
- Specified by:
getFieldValuesin interfaceHasFieldValues
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseNodeImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseNodeImpl
-
-