com.github.asvid.biedra.domain / Address
Address
data class Address
(source)
Address data class for Shop
Constructors
Name | Summary |
---|---|
<init> | Address(streetName: String , cityName: String , streetNumber: String , postalCode: String ) Address data class for Shop |
Properties
Name | Summary |
---|---|
cityName | val cityName: String <ul><li>name of city/town/village, all Shops should have this</li></ul> |
postalCode | val postalCode: String <ul><li>not used currently</li></ul> |
streetName | val streetName: String <ul><li>name of street, all Shops should have this</li></ul> |
streetNumber | val streetNumber: String <ul><li>street number, not all Shops has one</li></ul> |
Functions
Name | Summary |
---|---|
toString | fun toString(): String String representation of Address in form: , |