@Entity public class Workflow extends Object implements Entity, Identifiable, Stampable
| Modifier and Type | Class and Description |
|---|---|
static class |
Workflow.WorkflowStatus |
| Constructor and Description |
|---|
Workflow() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getDescription() |
Date |
getEndDate() |
String |
getExtraData() |
UUID |
getId() |
Date |
getLastUpdate() |
String |
getName() |
Project |
getProject() |
Date |
getReminderDate() |
Date |
getStartDate() |
Workflow.WorkflowStatus |
getStatus() |
Date |
getStatusDate() |
Project |
getTemplate() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setExtraData(String extraData) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setName(String name) |
void |
setProject(Project project) |
void |
setReminderDate(Date reminderDate) |
void |
setStartDate(Date startDate) |
void |
setStatus(Workflow.WorkflowStatus status) |
void |
setStatusDate(Date statusDate) |
void |
setTemplate(Project template) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Project getProject()
public void setProject(Project project)
public Project getTemplate()
public void setTemplate(Project template)
public String getName()
public void setName(String name)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getReminderDate()
public void setReminderDate(Date reminderDate)
public Workflow.WorkflowStatus getStatus()
public void setStatus(Workflow.WorkflowStatus status)
public Date getStatusDate()
public void setStatusDate(Date statusDate)
public String getDescription()
public void setDescription(String description)
public String getExtraData()
public void setExtraData(String extraData)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic Principal getCreator()
public void setCreator(Principal creator)
Copyright © 2017. All Rights Reserved.