Class Driver
java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.driver.Driver
- Direct Known Subclasses:
- ExtDriver
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()voidsetAddress(Address address) voidsetAllocations(Set<DriverAllocation> allocations) voidvoidsetStatus(DriverStatus status) Methods inherited from class io.jmix.samples.rest.entity.StandardEntitygetCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getId, getUpdatedBy, getUpdateTs, getVersion, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setId, setUpdatedBy, setUpdateTs, setVersion
- 
Constructor Details- 
Driverpublic Driver()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getAddress
- 
setAddress
- 
getStatus
- 
setStatus
- 
getAllocations
- 
setAllocations
 
-