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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidreinit()Deprecated.voidsetBoxNumber(String boxNumber)voidsetCountry(String country)voidsetHouseNumber(String houseNumber)voidsetMunicipality(String municipality)voidvoidsetZipCode(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
-