at.gv.zustellung.zkopf.client
Class PostalAddress

java.lang.Object
  extended by at.gv.zustellung.zkopf.client.PostalAddress

public class PostalAddress
extends Object


Constructor Summary
PostalAddress(String streetName, String postalCode, String municipality, String countryCode)
           
 
Method Summary
 String getCountryCode()
           
 String getMunicipality()
           
 String getPostalCode()
           
 String getStreetName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostalAddress

public PostalAddress(String streetName,
                     String postalCode,
                     String municipality,
                     String countryCode)
Method Detail

getStreetName

public String getStreetName()

getPostalCode

public String getPostalCode()

getMunicipality

public String getMunicipality()

getCountryCode

public String getCountryCode()


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.