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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setAddress
(Address address) void
setAllocations
(Set<DriverAllocation> allocations) void
void
setStatus
(DriverStatus status) Methods inherited from class io.jmix.samples.rest.entity.StandardEntity
getCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getId, getUpdatedBy, getUpdateTs, getVersion, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setId, setUpdatedBy, setUpdateTs, setVersion
-
Constructor Details
-
Driver
public Driver()
-
-
Method Details
-
getName
-
setName
-
getAddress
-
setAddress
-
getStatus
-
setStatus
-
getAllocations
-
setAllocations
-