Class School

java.lang.Object
io.micronaut.data.tck.jdbc.entities.geo.School

@MappedEntity public class School extends Object
  • Constructor Details

    • School

      public School()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLocation

      public Location getLocation()
    • setLocation

      public void setLocation(Location location)