Class CustomerAddress

java.lang.Object
io.jmix.samples.restservice.entity.CustomerAddress

@Embeddable public class CustomerAddress extends Object
  • Constructor Details

    • CustomerAddress

      public CustomerAddress()
  • Method Details

    • getCountry

      public Country getCountry()
    • setCountry

      public void setCountry(Country country)
    • getAddressLine

      public String getAddressLine()
    • setAddressLine

      public void setAddressLine(String addressLine)
    • getZip

      public String getZip()
    • setZip

      public void setZip(String zip)