-
public final class AttributesInformation collected from the inquiry about the individual
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAttributes.NameThe name of the individual collected from the inquiry
public final classAttributes.AddressThe address of the individual collected from the inquiry
-
Field Summary
Fields Modifier and Type Field Description private final Datebirthdateprivate final Attributes.Namenameprivate final Attributes.Addressaddress
-
Constructor Summary
Constructors Constructor Description Attributes(Date birthdate, Attributes.Name name, Attributes.Address address)
-
Method Summary
Modifier and Type Method Description final DategetBirthdate()final Attributes.NamegetName()final Attributes.AddressgetAddress()-
-
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()
-
-
-
-