public interface Deadline extends Externalizable
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
List<org.kie.api.task.model.I18NText> |
getDocumentation() |
List<Escalation> |
getEscalations() |
long |
getId() |
Boolean |
isEscalated() |
void |
setDate(Date date) |
void |
setDocumentation(List<org.kie.api.task.model.I18NText> documentation) |
void |
setEscalated(Boolean escalated) |
void |
setEscalations(List<Escalation> escalations) |
void |
setId(long id) |
readExternal, writeExternal
Boolean isEscalated()
void setEscalated(Boolean escalated)
long getId()
void setId(long id)
List<org.kie.api.task.model.I18NText> getDocumentation()
void setDocumentation(List<org.kie.api.task.model.I18NText> documentation)
Date getDate()
void setDate(Date date)
List<Escalation> getEscalations()
void setEscalations(List<Escalation> escalations)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.