Package org.bardframework.crud.api.tree
Interface TreeEntityModel<M extends BaseModel<?>>
-
- All Known Implementing Classes:
TreeEntityModelAbstract
public interface TreeEntityModel<M extends BaseModel<?>>Created by vahid (va.zafari@gmail.com) on 11/12/17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaddChild(M child)List<M>getChildren()MgetParent()default booleanisRoot()voidsetChildren(List<M> roots)voidsetParent(M parent)
-