Package com.dzidzi.dto.address
Class AddressEntityApi
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.address.AddressEntityApi
- Direct Known Subclasses:
Address
-
Constructor Summary
ConstructorsConstructorDescriptionAddressEntityApi(UUID id, String street, String houseNumber, String city, double latitude, double longitude) -
Method Summary
Modifier and TypeMethodDescriptiongetCity()The city nameThe house numberdoubleThe latitudedoubleThe longitudeThe street name
-
Constructor Details
-
AddressEntityApi
-
-
Method Details
-
getStreet
The street name -
getHouseNumber
The house number -
getCity
The city name -
getLatitude
public double getLatitude()The latitude -
getLongitude
public double getLongitude()The longitude
-