@MappedSuperclass public abstract class WorkflowableTask extends BaseEntity
id| Constructor and Description |
|---|
WorkflowableTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract User |
getAssignee() |
abstract io.tesler.api.data.dictionary.LOV |
getTaskType() |
abstract void |
setAssignee(User user) |
abstract void |
setResolutionDate(LocalDateTime resolutionDate) |
abstract void |
setStartDateFact(LocalDateTime startDateFact) |
$$_hibernate_read_createdBy, $$_hibernate_read_createdDate, $$_hibernate_read_id, $$_hibernate_read_lastUpdBy, $$_hibernate_read_updatedDate, $$_hibernate_read_vstamp, $$_hibernate_write_createdBy, $$_hibernate_write_createdDate, $$_hibernate_write_id, $$_hibernate_write_lastUpdBy, $$_hibernate_write_updatedDate, $$_hibernate_write_vstamp, canEqual, equals, getCreatedBy, getCreatedDate, getId, getLastUpdBy, getLoadVstamp, getUpdatedDate, getVstamp, hashCode, setCreatedBy, setCreatedDate, setId, setLastUpdBy, setLoadVstamp, setUpdatedDate, setVstamp, toStringisNew, setNewpublic abstract io.tesler.api.data.dictionary.LOV getTaskType()
public abstract User getAssignee()
public abstract void setAssignee(User user)
public abstract void setStartDateFact(LocalDateTime startDateFact)
public abstract void setResolutionDate(LocalDateTime resolutionDate)
Copyright © 2018–2022 Tesler. All rights reserved.