public interface TreeEntityModel<M extends BaseModelAbstract<?>>
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(M child) |
List<M> |
getChildren() |
M |
getParent() |
default boolean |
isRoot() |
void |
setChildren(List<M> roots) |
void |
setParent(M parent) |
Copyright © 2020. All rights reserved.