Class Address

java.lang.Object
com.genologics.ri.Address
All Implemented Interfaces:
Serializable

public class Address extends Object implements Serializable
Address contains the related fields of a mailing address.
See Also:
  • Field Details

    • street

      protected String street
      The street address.
    • city

      protected String city
      The city.
    • state

      protected String state
      The state or province.
    • country

      protected String country
      The country.
    • postalCode

      protected String postalCode
      The postal or zip code.
    • institution

      protected String institution
      The institution.
    • department

      protected String department
      The department.
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getStreet

      public String getStreet()
      Gets the street address.
      Returns:
      The street address.
    • setStreet

      public void setStreet(String street)
      Sets the street address.
      Parameters:
      street - The street address.
    • getCity

      public String getCity()
      Gets the city.
      Returns:
      The city.
    • setCity

      public void setCity(String city)
      Sets the city.
      Parameters:
      city - The city.
    • getState

      public String getState()
      Gets the state or province.
      Returns:
      The state or province.
    • setState

      public void setState(String state)
      Sets the state or province.
      Parameters:
      state - The state or province.
    • getCountry

      public String getCountry()
      Gets the country.
      Returns:
      The country.
    • setCountry

      public void setCountry(String country)
      Sets the country.
      Parameters:
      country - The country.
    • getPostalCode

      public String getPostalCode()
      Gets the postal or zip code.
      Returns:
      The postal or zip code.
    • setPostalCode

      public void setPostalCode(String postalCode)
      Sets the postal or zip code.
      Parameters:
      postalCode - The postal or zip code.
    • getInstitution

      public String getInstitution()
      Gets the institution.
      Returns:
      The institution.
    • setInstitution

      public void setInstitution(String institution)
      Sets the institution.
      Parameters:
      institution - The institution.
    • getDepartment

      public String getDepartment()
      Gets the department.
      Returns:
      The department.
    • setDepartment

      public void setDepartment(String department)
      Sets the department.
      Parameters:
      department - The department.