Class SimpleTestEntity

java.lang.Object
org.fastnate.generator.test.BaseTestEntity
org.fastnate.generator.test.SimpleTestEntity

@Entity public class SimpleTestEntity extends BaseTestEntity
Simple test entity to use in other entities to test references.
Author:
Tobias Liefke
  • Constructor Details

    • SimpleTestEntity

      public SimpleTestEntity(String name)
      Creates a new instance of SimpleTestEntity.
      Parameters:
      name - the name of the entity
    • SimpleTestEntity

      protected SimpleTestEntity()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)