public class NameAndAddress extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
addressline1 |
protected String |
addressline2 |
protected LocalDate |
birthDate |
protected String |
city |
protected String |
emailAddress |
protected String |
fullname |
protected String |
phoneNumber |
protected String |
postalcode |
Constructor and Description |
---|
NameAndAddress(String fullname,
String addressline1,
String addressline2,
String postalcode,
String city) |
NameAndAddress(String fullname,
String addressline1,
String addressline2,
String postalcode,
String city,
LocalDate birthDate,
String phoneNumber,
String emailAddress) |
protected String fullname
protected String addressline1
protected String addressline2
protected String postalcode
protected String city
protected LocalDate birthDate
protected String phoneNumber
protected String emailAddress
Copyright © 2017 Digipost. All rights reserved.