org.drools.workbench.models.guided.dtree.shared.model.nodes.impl
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
ActionUpdateNodeImpl
public ActionUpdateNodeImpl()
ActionUpdateNodeImpl
public ActionUpdateNodeImpl(TypeNode boundNode)
getBoundNode
public TypeNode getBoundNode()
- Specified by:
getBoundNode in interface ActionUpdateNode
setBoundNode
public void setBoundNode(TypeNode boundNode)
- Specified by:
setBoundNode in interface ActionUpdateNode
isModify
public boolean isModify()
- Specified by:
isModify in interface ActionUpdateNode
setModify
public void setModify(boolean isModify)
- Specified by:
setModify in interface ActionUpdateNode
getFieldValues
public List<ActionFieldValue> getFieldValues()
- Specified by:
getFieldValues in interface HasFieldValues
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.