Interface Person

    • Method Detail

      • getFirstName

        @NotEmpty
        @NotEmpty String getFirstName()
      • getMiddleName

        String getMiddleName()
      • getLastName

        @NotEmpty
        @NotEmpty String getLastName()