Class CustomerAddress
java.lang.Object
io.jmix.samples.restservice.entity.CustomerAddress
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetZip()voidsetAddressLine(String addressLine) voidsetCountry(Country country) void
- 
Constructor Details- 
CustomerAddresspublic CustomerAddress()
 
- 
- 
Method Details- 
getCountry
- 
setCountry
- 
getAddressLine
- 
setAddressLine
- 
getZip
- 
setZip
 
-