Class DriverAllocation

java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.driver.DriverAllocation

@Entity(name="ref$DriverAllocation") public class DriverAllocation extends StandardEntity
  • Constructor Details

    • DriverAllocation

      public DriverAllocation()
  • Method Details

    • getCaption

      public String getCaption()
    • getDriver

      public Driver getDriver()
    • setDriver

      public void setDriver(Driver driver)
    • getCar

      public Car getCar()
    • setCar

      public void setCar(Car car)