Package com.portal.app.ccare.comp
Class NameAddressData
java.lang.Object
com.portal.app.ccare.comp.NameAddressData
Holds name and address information
-
Constructor Summary
ConstructorsConstructorDescriptionNameAddressData
(String firstName, String middleName, String lastName, String email, String address, String city, String stateProvince, String postalCode, String country) Constructs a name and address data objectNameAddressData
(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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the addressgetCity()
Returns the cityReturns the company nameReturns the countryReturns the CountygetEmail()
Returns the email addressReturns the first nameReturns the geo codeReturns the job titleReturns the last nameReturns the middle nameReturns the postal codeReturns the salutationReturns the state/province
-
Constructor Details
-
NameAddressData
public 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- Parameters:
firstName
- The first namemiddleName
- The middle namelastName
- The last nameemail
- The email addressaddress
- The addresscity
- The citycountry
- The countrystate
- The state/provincezip
- The postal code
-
NameAddressData
public 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- Parameters:
company
- The company namejobTitle
- The job titlesalution
- The salutaionfirstName
- The first namemiddleName
- The middle namelastName
- The last nameemail
- The email addressaddress
- The addresscity
- The citycountry
- The countrystate
- The state/provincezip
- The postal code
-
-
Method Details
-
getCompany
Returns the company name- Returns:
- The company name
-
getJobTitle
Returns the job title- Returns:
- The job title
-
getSalutation
Returns the salutation- Returns:
- The salutation
-
getEmail
Returns the email address- Returns:
- The email address
-
getCounty
Returns the County- Returns:
- The County
-
getGeoCode
Returns the geo code- Returns:
- The geo code
-
getFirstName
Returns the first name- Returns:
- The first name
-
getMiddleName
Returns the middle name- Returns:
- The middle name
-
getLastName
Returns the last name- Returns:
- The last name
-
getAddress
Returns the address- Returns:
- The address
-
getCity
Returns the city- Returns:
- The city
-
getStateProvince
Returns the state/province- Returns:
- The state/province
-
getPostalCode
Returns the postal code- Returns:
- The postal code
-
getCountry
Returns the country- Returns:
- The country
-