import java.time.LocalDate; public class Place { Integer id; String name; Integer spot; LocalDate date; Integer rods; Boolean paid; }