Class AddressEntityApi

java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.address.AddressEntityApi
Direct Known Subclasses:
Address

public class AddressEntityApi extends EntityId
  • Constructor Details

    • AddressEntityApi

      public AddressEntityApi(UUID id, String street, String houseNumber, String city, double latitude, double longitude)
  • Method Details

    • getStreet

      public String getStreet()
      The street name
    • getHouseNumber

      public String getHouseNumber()
      The house number
    • getCity

      public String getCity()
      The city name
    • getLatitude

      public double getLatitude()
      The latitude
    • getLongitude

      public double getLongitude()
      The longitude