public class Place { Integer id; String name; Integer spot; String date; Integer rods; Boolean paid; }