Class Plant

java.lang.Object
io.micronaut.data.tck.entities.Plant

@MappedEntity public class Plant extends Object
  • Constructor Details

    • Plant

      public Plant(String name, @Nullable @Nullable Nursery nursery)
  • Method Details

    • getName

      public String getName()
    • getNursery

      @Nullable public @Nullable Nursery getNursery()
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getMaxHeight

      public Integer getMaxHeight()
    • setMaxHeight

      public void setMaxHeight(Integer maxHeight)