Interface IdentifiableTreeable<PK extends Serializable,T,TR extends IdentifiableTreeable<PK,T,TR>>
- Type Parameters:
PK- the generic type of the technical primary keyT- the generic type of the value from this tree dataTR- the generic type of the concrete data that will implement this interface
- All Superinterfaces:
GenericIdentifiable<PK>,Identifiable<PK>,Treeable<T,TR>
public interface IdentifiableTreeable<PK extends Serializable,T,TR extends IdentifiableTreeable<PK,T,TR>>
extends Identifiable<PK>, Treeable<T,TR>
-
Field Summary
Fields inherited from interface io.github.astrapi69.data.identifiable.Identifiable
COLUMN_NAME_IDFields inherited from interface io.github.astrapi69.data.treeable.Treeable
COLUMN_NAME_DEPTH, COLUMN_NAME_NODE, COLUMN_NAME_PARENT, COLUMN_NAME_VALUE -
Method Summary
Methods inherited from interface io.github.astrapi69.data.identifiable.GenericIdentifiable
getId, setId