public class WorkflowProgress extends Object implements Serializable
proposal's workflow.| Constructor and Description |
|---|
WorkflowProgress() |
WorkflowProgress(ProgressStep[] steps,
Long submitterId,
EvaluationStatus evaluationStatus,
DateTime submissionTime,
DateTime evaluationTime,
Boolean isProcessing) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
EvaluationStatus |
getEvaluationStatus()
Gets the evaluationStatus value for this WorkflowProgress.
|
DateTime |
getEvaluationTime()
Gets the evaluationTime value for this WorkflowProgress.
|
Boolean |
getIsProcessing()
Gets the isProcessing value for this WorkflowProgress.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ProgressStep[] |
getSteps()
Gets the steps value for this WorkflowProgress.
|
ProgressStep |
getSteps(int i) |
DateTime |
getSubmissionTime()
Gets the submissionTime value for this WorkflowProgress.
|
Long |
getSubmitterId()
Gets the submitterId value for this WorkflowProgress.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEvaluationStatus(EvaluationStatus evaluationStatus)
Sets the evaluationStatus value for this WorkflowProgress.
|
void |
setEvaluationTime(DateTime evaluationTime)
Sets the evaluationTime value for this WorkflowProgress.
|
void |
setIsProcessing(Boolean isProcessing)
Sets the isProcessing value for this WorkflowProgress.
|
void |
setSteps(int i,
ProgressStep _value) |
void |
setSteps(ProgressStep[] steps)
Sets the steps value for this WorkflowProgress.
|
void |
setSubmissionTime(DateTime submissionTime)
Sets the submissionTime value for this WorkflowProgress.
|
void |
setSubmitterId(Long submitterId)
Sets the submitterId value for this WorkflowProgress.
|
String |
toString() |
public WorkflowProgress()
public WorkflowProgress(ProgressStep[] steps, Long submitterId, EvaluationStatus evaluationStatus, DateTime submissionTime, DateTime evaluationTime, Boolean isProcessing)
public ProgressStep[] getSteps()
public void setSteps(ProgressStep[] steps)
steps - * The steps in this workflow.public ProgressStep getSteps(int i)
public void setSteps(int i,
ProgressStep _value)
public Long getSubmitterId()
ID of the user who submitted the Proposal.public void setSubmitterId(Long submitterId)
submitterId - * The ID of the user who submitted the Proposal.public EvaluationStatus getEvaluationStatus()
public void setEvaluationStatus(EvaluationStatus evaluationStatus)
evaluationStatus - * The status of this workflow.public DateTime getSubmissionTime()
DateTime the proposal was submitted.public void setSubmissionTime(DateTime submissionTime)
submissionTime - * The DateTime the proposal was submitted.public DateTime getEvaluationTime()
DateTime this workflow was evaluated.public void setEvaluationTime(DateTime evaluationTime)
evaluationTime - * The DateTime this workflow was evaluated.public Boolean getIsProcessing()
public void setIsProcessing(Boolean isProcessing)
isProcessing - * Whether any offline processing is occurring.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.