Class CustomerContact

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

@Entity public class CustomerContact extends Object
  • Constructor Details

    • CustomerContact

      public CustomerContact()
  • Method Details

    • getPreferred

      public Boolean getPreferred()
    • setPreferred

      public void setPreferred(Boolean preferred)
    • getContactValue

      public String getContactValue()
    • setContactValue

      public void setContactValue(String contactValue)
    • getContactType

      public ContactType getContactType()
    • setContactType

      public void setContactType(ContactType contactType)
    • getCustomer

      public Customer getCustomer()
    • setCustomer

      public void setCustomer(Customer customer)
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)