Class Person

    • Constructor Detail

      • Person

        public Person()
    • Method Detail

      • getAge

        public int getAge()
      • isParentsAuthorizationRequired

        public boolean isParentsAuthorizationRequired()
      • sendEmail

        public static void sendEmail​(Set<Person> selection,
                                     @NotEmpty
                                     @NotEmpty String subject,
                                     @NotEmpty
                                     @NotEmpty String text)
      • sendEmail

        public void sendEmail​(@NotEmpty
                              @NotEmpty String subject,
                              @NotEmpty
                              @NotEmpty String text)
      • showLastAccess

        public String showLastAccess()