Person

public class Person

A representation of a person.

Fields

firstName

private String firstName

The first name of the person. Must not be empty.

lastName

private String lastName

The last name of the person. Must not be empty.

middleName

private String middleName

The middle name of the person.