public class NameAndAddress extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | addressline1 | 
| protected String | addressline2 | 
| protected org.joda.time.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,
              org.joda.time.LocalDate birthDate,
              String phoneNumber,
              String emailAddress) | 
protected String fullname
protected String addressline1
protected String addressline2
protected String postalcode
protected String city
protected org.joda.time.LocalDate birthDate
protected String phoneNumber
protected String emailAddress
Copyright © 2014 Digipost Open Source. All rights reserved.