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 TypeMethodDescriptionboolean
getCity()
getEmail()
getFax()
getName()
getPhone()
getState()
int
hashCode()
void
setAddress
(String address) void
void
setCountry
(String country) void
setDepartment
(String department) void
void
void
setInstitute
(String institute) void
setLaboratory
(String laboratory) void
void
void
setPostCode
(String postCode) void
void
setWebLink
(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
-