moazs.modell
Class Postaladdress

java.lang.Object
  extended by moazs.modell.Postaladdress

public class Postaladdress
extends Object


Constructor Summary
Postaladdress()
           
 
Method Summary
 String getBuilding()
           
 String getCountrycode()
           
 String getDoor()
           
 long getId()
           
 String getMunicipality()
           
 String getPostalcode()
           
 Rcpt getRcpt()
           
 String getStreetname()
           
 String getUnit()
           
 void setBuilding(String building)
           
 void setCountrycode(String countrycode)
           
 void setDoor(String door)
           
 void setId(long id)
           
 void setMunicipality(String municipality)
           
 void setPostalcode(String postalcode)
           
 void setRcpt(Rcpt rcpt)
           
 void setStreetname(String streetname)
           
 void setUnit(String unit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Postaladdress

public Postaladdress()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getRcpt

public Rcpt getRcpt()

setRcpt

public void setRcpt(Rcpt rcpt)

getCountrycode

public String getCountrycode()

setCountrycode

public void setCountrycode(String countrycode)

getPostalcode

public String getPostalcode()

setPostalcode

public void setPostalcode(String postalcode)

getMunicipality

public String getMunicipality()

setMunicipality

public void setMunicipality(String municipality)

getStreetname

public String getStreetname()

setStreetname

public void setStreetname(String streetname)

getBuilding

public String getBuilding()

setBuilding

public void setBuilding(String building)

getUnit

public String getUnit()

setUnit

public void setUnit(String unit)

getDoor

public String getDoor()

setDoor

public void setDoor(String door)


Copyright 2008 EGIZ. All Rights Reserved.