Class SimplePerson


  • public class SimplePerson
    extends Object
    Object representation of a row in the table
    • Constructor Detail

      • SimplePerson

        public SimplePerson​(int id,
                            String name,
                            Date birthDate)
    • Method Detail

      • getId

        public int getId()
      • getName

        public String getName()
      • getBirthDate

        public Date getBirthDate()