Class DeletionTree.TreeNode
java.lang.Object
ch.tocco.nice2.persist.entity.impl.cascadingdelete.DeletionTree.TreeNode
- Enclosing class:
DeletionTree
Presents an entity which should be deleted.
The entities which should be deleted can be structured as a tree. Therefore each node can
have child nodes.
-
Constructor Summary
ConstructorsConstructorDescriptionTreeNode(Entity entity, DeleteBehavior.Visualisation visualisation) TreeNode(Entity entity, DeleteBehavior.Visualisation visualisation, boolean delayedDelete) -
Method Summary
Modifier and TypeMethodDescriptionaddChild(DeletionTree.TreeNode child) booleaninthashCode()toString()