Class MappedSuperclassTestEntity<E>
java.lang.Object
org.fastnate.generator.test.inheritance.MappedSuperclassTestEntity<E>
- Type Parameters:
E- a generic type variable to test generic binding
- Direct Known Subclasses:
JoinedSuperclassTestEntity,MappedSubclassTestEntity
Mapped superclasses to test inheritance in entities.
- Author:
- Tobias Liefke
-
Constructor Summary
ConstructorsConstructorDescriptionMappedSuperclassTestEntity(String superProperty) Creates a new instance ofMappedSuperclassTestEntity. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidsetGenericProperty(E genericProperty) voidsetSuperProperty(String superProperty) toString()
-
Constructor Details
-
MappedSuperclassTestEntity
Creates a new instance ofMappedSuperclassTestEntity.- Parameters:
superProperty- a test property that is written
-
MappedSuperclassTestEntity
public MappedSuperclassTestEntity()
-
-
Method Details