public class WorkflowFormTO extends AbstractBaseBean
| Constructor and Description |
|---|
WorkflowFormTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addProperty(WorkflowFormPropertyTO property) |
Date |
getCreateTime() |
Date |
getDueDate() |
String |
getKey() |
String |
getOwner() |
List<WorkflowFormPropertyTO> |
getProperties() |
Map<String,String> |
getPropertiesForSubmit() |
Map<String,WorkflowFormPropertyTO> |
getPropertyMap() |
String |
getTaskId() |
String |
getUsername() |
boolean |
removeProperty(WorkflowFormPropertyTO property) |
void |
setCreateTime(Date createTime) |
void |
setDueDate(Date dueDate) |
void |
setKey(String key) |
void |
setOwner(String owner) |
void |
setTaskId(String taskId) |
void |
setUsername(String username) |
equals, hashCode, toStringpublic String getUsername()
public void setUsername(String username)
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 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 Map<String,WorkflowFormPropertyTO> getPropertyMap()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.