public class NameAddressData extends Object
Constructor and Description |
---|
NameAddressData(String firstName,
String middleName,
String lastName,
String email,
String address,
String city,
String stateProvince,
String postalCode,
String country)
Constructs a name and address data object
|
NameAddressData(String company,
String jobTitle,
String salution,
String firstName,
String middleName,
String lastName,
String email,
String address,
String city,
String stateProvince,
String postalCode,
String country,
String county,
String geoCode)
Constructs a name and address data object
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the address
|
String |
getCity()
Returns the city
|
String |
getCompany()
Returns the company name
|
String |
getCountry()
Returns the country
|
String |
getCounty()
Returns the County
|
String |
getEmail()
Returns the email address
|
String |
getFirstName()
Returns the first name
|
String |
getGeoCode()
Returns the geo code
|
String |
getJobTitle()
Returns the job title
|
String |
getLastName()
Returns the last name
|
String |
getMiddleName()
Returns the middle name
|
String |
getPostalCode()
Returns the postal code
|
String |
getSalutation()
Returns the salutation
|
String |
getStateProvince()
Returns the state/province
|
public NameAddressData(String firstName, String middleName, String lastName, String email, String address, String city, String stateProvince, String postalCode, String country)
firstName
- The first namemiddleName
- The middle namelastName
- The last nameemail
- The email addressaddress
- The addresscity
- The citystate
- The state/provincezip
- The postal codecountry
- The countrypublic NameAddressData(String company, String jobTitle, String salution, String firstName, String middleName, String lastName, String email, String address, String city, String stateProvince, String postalCode, String country, String county, String geoCode)
company
- The company namejobTitle
- The job titlesalution
- The salutaionfirstName
- The first namemiddleName
- The middle namelastName
- The last nameemail
- The email addressaddress
- The addresscity
- The citystate
- The state/provincezip
- The postal codecountry
- The countrypublic String getCompany()
public String getJobTitle()
public String getSalutation()
public String getEmail()
public String getCounty()
public String getGeoCode()
public String getFirstName()
public String getMiddleName()
public String getLastName()
public String getAddress()
public String getCity()
public String getStateProvince()
public String getPostalCode()
public String getCountry()
Copyright © 2003, 2023, Oracle and/or its affiliates.