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
    • city

      protected String city
    • state

      protected String state
    • country

      protected String country
    • postalCode

      protected String postalCode
    • institution

      protected String institution
    • department

      protected String department
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getStreet

      public String getStreet()
    • setStreet

      public void setStreet(String street)
    • getCity

      public String getCity()
    • setCity

      public void setCity(String city)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getPostalCode

      public String getPostalCode()
    • setPostalCode

      public void setPostalCode(String postalCode)
    • getInstitution

      public String getInstitution()
    • setInstitution

      public void setInstitution(String institution)
    • getDepartment

      public String getDepartment()
    • setDepartment

      public void setDepartment(String department)