Class CollectionsTestEntity
java.lang.Object
org.fastnate.generator.test.BaseTestEntity
org.fastnate.generator.test.collections.CollectionsTestEntity
An entity for testing collections in SQL generation.
- Author:
- Tobias Liefke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOther()voidsetChildren(List<ChildTestEntity> children) voidsetConvertedStrings(List<String> convertedStrings) voidsetElements(Set<CollectionsTestElement> elements) voidsetEmbeddedList(List<CollectionsTestEntityProperty> embeddedList) voidsetEntityList(List<SimpleTestEntity> entityList) voidsetEntitySet(Set<SimpleTestEntity> entitySet) voidsetEnumList(List<TestEnum> enumList) voidsetOrderedEntityList(List<SimpleTestEntity> orderedEntityList) voidsetOrderedStringList(List<String> orderedStringList) voidsetOther(CollectionsTestEntity other) voidsetOtherChildren(Set<ChildTestEntity> otherChildren) voidsetStringList(List<String> stringList) voidsetStringSet(Set<String> stringSet) Methods inherited from class org.fastnate.generator.test.BaseTestEntity
equals, getId, hashCode, toString
-
Constructor Details
-
CollectionsTestEntity
public CollectionsTestEntity()
-
-
Method Details
-
getStringSet
-
getStringList
-
getOrderedStringList
-
getEnumList
-
getEmbeddedList
-
getEntitySet
-
getEntityList
-
getOrderedEntityList
-
getChildren
-
getOtherChildren
-
getElements
-
getOther
-
getConvertedStrings
-
setStringSet
-
setStringList
-
setOrderedStringList
-
setEnumList
-
setEmbeddedList
-
setEntitySet
-
setEntityList
-
setOrderedEntityList
-
setChildren
-
setOtherChildren
-
setElements
-
setOther
-
setConvertedStrings
-