Class GeoContact
java.lang.Object
ubic.gemma.core.loader.expression.geo.model.GeoContact
- All Implemented Interfaces:
Serializable
- Author:
- pavlidis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()getEmail()getFax()getName()getPhone()getState()inthashCode()voidsetAddress(String address) voidvoidsetCountry(String country) voidsetDepartment(String department) voidvoidvoidsetInstitute(String institute) voidsetLaboratory(String laboratory) voidvoidvoidsetPostCode(String postCode) voidvoidsetWebLink(String webLink)
-
Constructor Details
-
GeoContact
public GeoContact()
-
-
Method Details
-
getLaboratory
-
setLaboratory
-
getAddress
-
setAddress
-
getCountry
- Returns:
- Returns the country.
-
setCountry
- Parameters:
country- The country to set.
-
getCity
- Returns:
- Returns the city.
-
setCity
- Parameters:
city- The city to set.
-
getDepartment
- Returns:
- Returns the department.
-
setDepartment
- Parameters:
department- The department to set.
-
getEmail
- Returns:
- Returns the email.
-
setEmail
- Parameters:
email- The email to set.
-
getFax
- Returns:
- Returns the fax.
-
setFax
- Parameters:
fax- The fax to set.
-
getInstitute
- Returns:
- Returns the institute.
-
setInstitute
- Parameters:
institute- The institute to set.
-
getName
- Returns:
- Returns the name.
-
setName
- Parameters:
name- The name to set.
-
getPhone
- Returns:
- Returns the phone.
-
setPhone
- Parameters:
phone- The phone to set.
-
getPostCode
- Returns:
- Returns the postCode.
-
setPostCode
- Parameters:
postCode- The postCode to set.
-
getState
- Returns:
- Returns the state.
-
setState
- Parameters:
state- The state to set.
-
getWebLink
- Returns:
- Returns the webLink.
-
setWebLink
- Parameters:
webLink- The webLink to set.
-
hashCode
public int hashCode() -
equals
-