public class WorkflowFormTO extends AbstractBaseBean
| Constructor and Description |
|---|
WorkflowFormTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addProperty(WorkflowFormPropertyTO property) |
Date |
getCreateTime() |
String |
getDescription() |
Date |
getDueDate() |
String |
getKey() |
String |
getOwner() |
List<WorkflowFormPropertyTO> |
getProperties() |
Map<String,String> |
getPropertiesForSubmit() |
Map<String,WorkflowFormPropertyTO> |
getPropertyMap() |
String |
getTaskId() |
long |
getUserId() |
boolean |
removeProperty(WorkflowFormPropertyTO property) |
void |
setCreateTime(Date createTime) |
void |
setDescription(String description) |
void |
setDueDate(Date dueDate) |
void |
setKey(String key) |
void |
setOwner(String owner) |
void |
setProperties(Collection<WorkflowFormPropertyTO> properties) |
void |
setTaskId(String taskId) |
void |
setUserId(long userId) |
equals, hashCode, toStringpublic long getUserId()
public void setUserId(long userId)
public String getTaskId()
public void setTaskId(String taskId)
public String getKey()
public void setKey(String key)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public String getDescription()
public void setDescription(String description)
public Date getDueDate()
public void setDueDate(Date dueDate)
public String getOwner()
public void setOwner(String owner)
public List<WorkflowFormPropertyTO> getProperties()
public boolean addProperty(WorkflowFormPropertyTO property)
public boolean removeProperty(WorkflowFormPropertyTO property)
public void setProperties(Collection<WorkflowFormPropertyTO> properties)
public Map<String,WorkflowFormPropertyTO> getPropertyMap()
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.