Class PolymorphicBase
java.lang.Object
com.blazebit.persistence.testsuite.entity.PolymorphicBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PolymorphicSub1,PolymorphicSub2
- Since:
- 1.0.0
- Author:
- Christian Beikov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getList()getMap()getName()voidsetChildren(Set<PolymorphicBase> children) voidsetContainer(PolymorphicBaseContainer container) voidvoidsetList(List<PolymorphicBase> list) voidsetMap(Map<String, PolymorphicBase> map) voidvoidsetParent(PolymorphicBase parent)
-
Constructor Details
-
PolymorphicBase
public PolymorphicBase()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getParent
-
setParent
-
getList
-
setList
-
getChildren
-
setChildren
-
getMap
-
setMap
-
getContainer
-
setContainer
-