Package be.gaudry.model.person
Class Address
java.lang.Object
be.gaudry.model.person.Address
- Since:
- 1.0 Jun 14, 2009, 0.0.4-SNAPSHOT
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
reinit()
Deprecated.void
setBoxNumber(String boxNumber)
void
setCountry(String country)
void
setHouseNumber(String houseNumber)
void
setMunicipality(String municipality)
void
void
setZipCode(String zipCode)
toString()
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
reinit
public void reinit()Deprecated.Reset all values, like a new default object -
hashCode
public int hashCode() -
equals
-
toString
-
getStreet
- Returns:
- the street
-
setStreet
- Parameters:
street
- the street to set
-
getHouseNumber
- Returns:
- the houseNumber
-
setHouseNumber
- Parameters:
houseNumber
- the houseNumber to set
-
getBoxNumber
- Returns:
- the boxNumber
-
setBoxNumber
- Parameters:
boxNumber
- the boxNumber to set
-
getZipCode
- Returns:
- the zipCode
-
setZipCode
- Parameters:
zipCode
- the zipCode to set
-
getMunicipality
- Returns:
- the municipality
-
setMunicipality
- Parameters:
municipality
- the municipality to set
-
getCountry
- Returns:
- the country
-
setCountry
- Parameters:
country
- the country to set
-