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

@Entity(name="ref_Car") public class Car extends StandardEntity
  • Field Details

    • details

      protected CarDetails details
    • carDocumentation

      protected CarDocumentation carDocumentation
    • token

      protected CarToken token
    • repairCost

      protected Integer repairCost
    • repairPrice

      protected Integer repairPrice
    • repairCount

      protected Integer repairCount
    • seller

      protected Seller seller
    • currency

      @Valid protected @Valid Currency currency
    • currencyCode

      protected String currencyCode
  • Constructor Details

    • Car

      public Car()
  • Method Details

    • getVin

      public String getVin()
    • setVin

      public void setVin(String vin)
    • getColour

      public Colour getColour()
    • setColour

      public void setColour(Colour colour)
    • getModel

      public Model getModel()
    • setModel

      public void setModel(Model model)
    • getDriverAllocations

      public Set<DriverAllocation> getDriverAllocations()
    • setDriverAllocations

      public void setDriverAllocations(Set<DriverAllocation> driverAllocations)
    • getRepairs

      public List<Repair> getRepairs()
    • setRepairs

      public void setRepairs(List<Repair> repairs)
    • getDetails

      public CarDetails getDetails()
    • setDetails

      public void setDetails(CarDetails details)
    • getToken

      public CarToken getToken()
    • setToken

      public void setToken(CarToken token)
    • getRepairCost

      public Integer getRepairCost()
    • setRepairCost

      public void setRepairCost(Integer repairCost)
    • getRepairPrice

      public Integer getRepairPrice()
    • setRepairPrice

      public void setRepairPrice(Integer repairPrice)
    • getRepairCount

      public Integer getRepairCount()
    • setRepairCount

      public void setRepairCount(Integer repairCount)
    • getSeller

      public Seller getSeller()
    • setSeller

      public void setSeller(Seller seller)
    • getCurrency

      public Currency getCurrency()
    • setCurrency

      public void setCurrency(Currency currency)
    • getCurrencyCode

      public String getCurrencyCode()
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • getInsuranceCases

      public Set<InsuranceCase> getInsuranceCases()
    • setInsuranceCases

      public void setInsuranceCases(Set<InsuranceCase> insuranceCases)
    • getCarDocumentation

      public CarDocumentation getCarDocumentation()
    • setCarDocumentation

      public void setCarDocumentation(CarDocumentation carDocumentation)