java.lang.Object
com.genologics.ri.Address
- All Implemented Interfaces:
Serializable
Address contains the related fields of a mailing address.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCity()
getState()
void
void
setCountry
(String country) void
setDepartment
(String department) void
setInstitution
(String institution) void
setPostalCode
(String postalCode) void
void
-
Field Details
-
street
-
city
-
state
-
country
-
postalCode
-
institution
-
department
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getStreet
-
setStreet
-
getCity
-
setCity
-
getState
-
setState
-
getCountry
-
setCountry
-
getPostalCode
-
setPostalCode
-
getInstitution
-
setInstitution
-
getDepartment
-
setDepartment
-