Class NameAddressData

java.lang.Object
com.portal.app.ccare.comp.NameAddressData

public class NameAddressData extends Object
Holds name and address information
  • 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 name
      middleName - The middle name
      lastName - The last name
      email - The email address
      address - The address
      city - The city
      country - The country
      state - The state/province
      zip - 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 name
      jobTitle - The job title
      salution - The salutaion
      firstName - The first name
      middleName - The middle name
      lastName - The last name
      email - The email address
      address - The address
      city - The city
      country - The country
      state - The state/province
      zip - The postal code
  • Method Details

    • getCompany

      public String getCompany()
      Returns the company name
      Returns:
      The company name
    • getJobTitle

      public String getJobTitle()
      Returns the job title
      Returns:
      The job title
    • getSalutation

      public String getSalutation()
      Returns the salutation
      Returns:
      The salutation
    • getEmail

      public String getEmail()
      Returns the email address
      Returns:
      The email address
    • getCounty

      public String getCounty()
      Returns the County
      Returns:
      The County
    • getGeoCode

      public String getGeoCode()
      Returns the geo code
      Returns:
      The geo code
    • getFirstName

      public String getFirstName()
      Returns the first name
      Returns:
      The first name
    • getMiddleName

      public String getMiddleName()
      Returns the middle name
      Returns:
      The middle name
    • getLastName

      public String getLastName()
      Returns the last name
      Returns:
      The last name
    • getAddress

      public String getAddress()
      Returns the address
      Returns:
      The address
    • getCity

      public String getCity()
      Returns the city
      Returns:
      The city
    • getStateProvince

      public String getStateProvince()
      Returns the state/province
      Returns:
      The state/province
    • getPostalCode

      public String getPostalCode()
      Returns the postal code
      Returns:
      The postal code
    • getCountry

      public String getCountry()
      Returns the country
      Returns:
      The country