java.lang.Object
ubic.gemma.core.loader.expression.geo.model.GeoContact
All Implemented Interfaces:
Serializable

public class GeoContact extends Object implements Serializable
Author:
pavlidis
See Also:
  • Constructor Details

    • GeoContact

      public GeoContact()
  • Method Details

    • getLaboratory

      public String getLaboratory()
    • setLaboratory

      public void setLaboratory(String laboratory)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getCountry

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

      public void setCountry(String country)
      Parameters:
      country - The country to set.
    • getCity

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

      public void setCity(String city)
      Parameters:
      city - The city to set.
    • getDepartment

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

      public void setDepartment(String department)
      Parameters:
      department - The department to set.
    • getEmail

      public String getEmail()
      Returns:
      Returns the email.
    • setEmail

      public void setEmail(String email)
      Parameters:
      email - The email to set.
    • getFax

      public String getFax()
      Returns:
      Returns the fax.
    • setFax

      public void setFax(String fax)
      Parameters:
      fax - The fax to set.
    • getInstitute

      public String getInstitute()
      Returns:
      Returns the institute.
    • setInstitute

      public void setInstitute(String institute)
      Parameters:
      institute - The institute to set.
    • getName

      public String getName()
      Returns:
      Returns the name.
    • setName

      public void setName(String name)
      Parameters:
      name - The name to set.
    • getPhone

      public String getPhone()
      Returns:
      Returns the phone.
    • setPhone

      public void setPhone(String phone)
      Parameters:
      phone - The phone to set.
    • getPostCode

      public String getPostCode()
      Returns:
      Returns the postCode.
    • setPostCode

      public void setPostCode(String postCode)
      Parameters:
      postCode - The postCode to set.
    • getState

      public String getState()
      Returns:
      Returns the state.
    • setState

      public void setState(String state)
      Parameters:
      state - The state to set.
    • getWebLink

      public String getWebLink()
      Returns:
      Returns the webLink.
    • setWebLink

      public void setWebLink(String webLink)
      Parameters:
      webLink - The webLink to set.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object