public class WorkFlowFormDetails extends Object
| Constructor and Description |
|---|
WorkFlowFormDetails() |
WorkFlowFormDetails(String siteName,
String message,
List<String> reviewers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApprovalPercentage() |
KeepContentStrategy |
getContentStrategy() |
String |
getDueDate() |
String |
getMessage() |
List<String> |
getReviewers() |
String |
getSiteName() |
Priority |
getTaskPriority() |
TaskType |
getTaskType() |
boolean |
isLockOnPremise() |
void |
setApprovalPercentage(String approvalPercentage) |
void |
setContentStrategy(KeepContentStrategy contentStrategy) |
void |
setDueDate(String dueDate) |
void |
setLockOnPremise(boolean lockOnPremise) |
void |
setMessage(String message) |
void |
setReviewers(List<String> reviewers) |
void |
setSiteName(String siteName) |
void |
setTaskPriority(Priority taskPriority) |
void |
setTaskType(TaskType taskType) |
String |
toString() |
public WorkFlowFormDetails(String siteName, String message, List<String> reviewers)
public WorkFlowFormDetails()
public String getDueDate()
public void setDueDate(String dueDate)
dueDate - the dueDate to setpublic Priority getTaskPriority()
public void setTaskPriority(Priority taskPriority)
taskPriority - the taskPriority to setpublic KeepContentStrategy getContentStrategy()
public void setContentStrategy(KeepContentStrategy contentStrategy)
contentStrategy - the contentStrategy to setpublic TaskType getTaskType()
public void setTaskType(TaskType taskType)
taskType - the taskType to setpublic boolean isLockOnPremise()
public void setLockOnPremise(boolean lockOnPremise)
lockOnPremise - the lockOnPremise to setpublic String getSiteName()
public void setSiteName(String siteName)
public String getApprovalPercentage()
public void setApprovalPercentage(String approvalPercentage)
public String getMessage()
public void setMessage(String message)
Copyright © 2013. All Rights Reserved.