java.lang.Object
com.genologics.ri.Address
- All Implemented Interfaces:
Serializable
Address contains the related fields of a mailing address.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets the city.Gets the country.Gets the department.Gets the institution.Gets the postal or zip code.getState()Gets the state or province.Gets the street address.voidSets the city.voidsetCountry(String country) Sets the country.voidsetDepartment(String department) Sets the department.voidsetInstitution(String institution) Sets the institution.voidsetPostalCode(String postalCode) Sets the postal or zip code.voidSets the state or province.voidSets the street address.
-
Field Details
-
street
The street address. -
city
The city. -
state
The state or province. -
country
The country. -
postalCode
The postal or zip code. -
institution
The institution. -
department
The department.
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getStreet
Gets the street address.- Returns:
- The street address.
-
setStreet
Sets the street address.- Parameters:
street- The street address.
-
getCity
Gets the city.- Returns:
- The city.
-
setCity
Sets the city.- Parameters:
city- The city.
-
getState
Gets the state or province.- Returns:
- The state or province.
-
setState
Sets the state or province.- Parameters:
state- The state or province.
-
getCountry
Gets the country.- Returns:
- The country.
-
setCountry
Sets the country.- Parameters:
country- The country.
-
getPostalCode
Gets the postal or zip code.- Returns:
- The postal or zip code.
-
setPostalCode
Sets the postal or zip code.- Parameters:
postalCode- The postal or zip code.
-
getInstitution
Gets the institution.- Returns:
- The institution.
-
setInstitution
Sets the institution.- Parameters:
institution- The institution.
-
getDepartment
Gets the department.- Returns:
- The department.
-
setDepartment
Sets the department.- Parameters:
department- The department.
-