Class TestEmbeddedProperties

java.lang.Object
org.fastnate.generator.test.embedded.TestEmbeddedProperties

@Embeddable public class TestEmbeddedProperties extends Object
An embedded property of an entity.
Author:
Tobias Liefke
  • Constructor Details

    • TestEmbeddedProperties

      public TestEmbeddedProperties()
    • TestEmbeddedProperties

      public TestEmbeddedProperties(String description, SimpleTestEntity otherEntity)
  • Method Details

    • getDescription

      public String getDescription()
    • getOtherEntity

      public SimpleTestEntity getOtherEntity()
    • setDescription

      public void setDescription(String description)
    • setOtherEntity

      public void setOtherEntity(SimpleTestEntity otherEntity)