Class Address

java.lang.Object
be.gaudry.model.person.Address

public class Address extends Object
Since:
1.0 Jun 14, 2009, 0.0.4-SNAPSHOT
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • reinit

      public void reinit()
      Deprecated.
      Reset all values, like a new default object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStreet

      public String getStreet()
      Returns:
      the street
    • setStreet

      public void setStreet(String street)
      Parameters:
      street - the street to set
    • getHouseNumber

      public String getHouseNumber()
      Returns:
      the houseNumber
    • setHouseNumber

      public void setHouseNumber(String houseNumber)
      Parameters:
      houseNumber - the houseNumber to set
    • getBoxNumber

      public String getBoxNumber()
      Returns:
      the boxNumber
    • setBoxNumber

      public void setBoxNumber(String boxNumber)
      Parameters:
      boxNumber - the boxNumber to set
    • getZipCode

      public String getZipCode()
      Returns:
      the zipCode
    • setZipCode

      public void setZipCode(String zipCode)
      Parameters:
      zipCode - the zipCode to set
    • getMunicipality

      public String getMunicipality()
      Returns:
      the municipality
    • setMunicipality

      public void setMunicipality(String municipality)
      Parameters:
      municipality - the municipality to set
    • getCountry

      public String getCountry()
      Returns:
      the country
    • setCountry

      public void setCountry(String country)
      Parameters:
      country - the country to set