Class GeoContact
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoContact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAddress()
String
getCity()
String
getCountry()
String
getDepartment()
String
getEmail()
String
getFax()
String
getInstitute()
String
getLaboratory()
String
getName()
String
getPhone()
String
getPostCode()
String
getState()
String
getWebLink()
int
hashCode()
void
setAddress(String address)
void
setCity(String city)
void
setCountry(String country)
void
setDepartment(String department)
void
setEmail(String email)
void
setFax(String fax)
void
setInstitute(String institute)
void
setLaboratory(String laboratory)
void
setName(String name)
void
setPhone(String phone)
void
setPostCode(String postCode)
void
setState(String state)
void
setWebLink(String webLink)
-
-
-
Method Detail
-
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.
-
-