-
public final class Attributes
Information collected from the inquiry about the individual
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Attributes.Name
The name of the individual collected from the inquiry
public final class
Attributes.Address
The address of the individual collected from the inquiry
-
Field Summary
Fields Modifier and Type Field Description private final Date
birthdate
private final Attributes.Name
name
private final Attributes.Address
address
-
Constructor Summary
Constructors Constructor Description Attributes(Date birthdate, Attributes.Name name, Attributes.Address address)
-
Method Summary
Modifier and Type Method Description final Date
getBirthdate()
final Attributes.Name
getName()
final Attributes.Address
getAddress()
-
-
Constructor Detail
-
Attributes
Attributes(Date birthdate, Attributes.Name name, Attributes.Address address)
-
-
Method Detail
-
getBirthdate
final Date getBirthdate()
-
getName
final Attributes.Name getName()
-
getAddress
final Attributes.Address getAddress()
-
-
-
-