public class Address extends Object
Constructor and Description |
---|
Address(String street,
String houseNumber,
String houseLetter,
String additionalAddressLine,
String zipCode,
String city) |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalAddressline() |
String |
getCity() |
String |
getHouseLetter() |
String |
getHouseNumber() |
String |
getStreet() |
String |
getZipCode() |
Copyright © 2013 Digipost Open Source. All rights reserved.