Uses of Class
org.fastnate.generator.test.collections.CollectionsTestEntity
Packages that use CollectionsTestEntity
-
Uses of CollectionsTestEntity in org.fastnate.generator.test.collections
Methods in org.fastnate.generator.test.collections that return CollectionsTestEntityModifier and TypeMethodDescriptionCollectionsTestElement.getEntity()CollectionsTestEntity.getOther()CollectionsTestEntityProperty.getOtherEntity()ChildTestEntity.getParent()Methods in org.fastnate.generator.test.collections that return types with arguments of type CollectionsTestEntityMethods in org.fastnate.generator.test.collections with parameters of type CollectionsTestEntityModifier and TypeMethodDescriptionvoidCollectionsTestEntity.setOther(CollectionsTestEntity other) voidCollectionsTestEntityProperty.setOtherEntity(CollectionsTestEntity otherEntity) Constructors in org.fastnate.generator.test.collections with parameters of type CollectionsTestEntityModifierConstructorDescriptionChildTestEntity(CollectionsTestEntity parent, String name) Creates a new instance of an entity.CollectionsTestEntityProperty(String description, CollectionsTestEntity otherEntity)