Package com.fluig.sdk.api.workflow
Class WorkflowVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.WorkflowVO
-
- All Implemented Interfaces:
Serializable
public class WorkflowVO extends Object implements Serializable
- Author:
- marcelo.pereira
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowVO()
-
Method Summary
-
-
-
Method Detail
-
getProcessDescription
public String getProcessDescription()
- Returns:
- the processDescription
-
setProcessDescription
public void setProcessDescription(String processDescription)
- Parameters:
processDescription
- the processDescription to set
-
getProcessId
public String getProcessId()
- Returns:
- the processId
-
setProcessId
public void setProcessId(String processId)
- Parameters:
processId
- the processId to set
-
getCompanyId
public long getCompanyId()
- Returns:
- the companyId
-
setCompanyId
public void setCompanyId(long companyId)
- Parameters:
companyId
- the companyId to set
-
getProcessInstanceId
public int getProcessInstanceId()
- Returns:
- the processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(int processInstanceId)
- Parameters:
processInstanceId
- the processInstanceId to set
-
getVersion
public Integer getVersion()
- Returns:
- the version
-
setVersion
public void setVersion(Integer version)
- Parameters:
version
- the version to set
-
getRequesterId
public String getRequesterId()
- Returns:
- the requesterId
-
setRequesterId
public void setRequesterId(String requesterId)
- Parameters:
requesterId
- the requesterId to set
-
getRequesterName
public String getRequesterName()
- Returns:
- the requesterName
-
setRequesterName
public void setRequesterName(String requesterName)
- Parameters:
requesterName
- the requesterName to set
-
getActive
public Boolean getActive()
- Returns:
- the active
-
setActive
public void setActive(Boolean active)
- Parameters:
active
- the active to set
-
getAttachmentSeqId
public Integer getAttachmentSeqId()
- Returns:
- the attachmentSeqId
-
setAttachmentSeqId
public void setAttachmentSeqId(Integer attachmentSeqId)
- Parameters:
attachmentSeqId
- the attachmentSeqId to set
-
getSourceProcess
public Integer getSourceProcess()
- Returns:
- the sourceProcess
-
setSourceProcess
public void setSourceProcess(Integer sourceProcess)
- Parameters:
sourceProcess
- the sourceProcess to set
-
getSourceThreadSequence
public Integer getSourceThreadSequence()
- Returns:
- the sourceThreadSequence
-
setSourceThreadSequence
public void setSourceThreadSequence(Integer sourceThreadSequence)
- Parameters:
sourceThreadSequence
- the sourceThreadSequence to set
-
getStateId
public Integer getStateId()
- Returns:
- the stateId
-
setStateId
public void setStateId(Integer stateId)
- Parameters:
stateId
- the stateId to set
-
getStateDescription
public String getStateDescription()
- Returns:
- the stateDescription
-
setStateDescription
public void setStateDescription(String stateDescription)
- Parameters:
stateDescription
- the stateDescription to set
-
getDeadlineDate
public Date getDeadlineDate()
- Returns:
- the deadlineDate
-
setDeadlineDate
public void setDeadlineDate(Date deadlineDate)
- Parameters:
deadlineDate
- the deadlineDate to set
-
getDeadlineText
public String getDeadlineText()
- Returns:
- the deadlineText
-
setDeadlineText
public void setDeadlineText(String deadlineText)
- Parameters:
deadlineText
- the deadlineText to set
-
getDocumentDescription
public String getDocumentDescription()
- Returns:
- the documentDescription
-
setDocumentDescription
public void setDocumentDescription(String documentDescription)
- Parameters:
documentDescription
- the documentDescription to set
-
getColleagueName
public String getColleagueName()
- Returns:
- the colleagueName
-
setColleagueName
public void setColleagueName(String colleagueName)
- Parameters:
colleagueName
- the colleagueName to set
-
getMovementSequence
public int getMovementSequence()
- Returns:
- the movementSequence
-
setMovementSequence
public void setMovementSequence(int movementSequence)
- Parameters:
movementSequence
- the movementSequence to set
-
getMainAttachmentDocumentId
public Integer getMainAttachmentDocumentId()
- Returns:
- the mainAttachmentDocumentId
-
setMainAttachmentDocumentId
public void setMainAttachmentDocumentId(Integer mainAttachmentDocumentId)
- Parameters:
mainAttachmentDocumentId
- the mainAttachmentDocumentId to set
-
getMainAttachmentDocumentVersion
public int getMainAttachmentDocumentVersion()
- Returns:
- the mainAttachmentDocumentVersion
-
setMainAttachmentDocumentVersion
public void setMainAttachmentDocumentVersion(int mainAttachmentDocumentVersion)
- Parameters:
mainAttachmentDocumentVersion
- the mainAttachmentDocumentVersion to set
-
getRowId
public int getRowId()
- Returns:
- the rowId
-
setRowId
public void setRowId(int rowId)
- Parameters:
rowId
- the rowId to set
-
getMovementHour
public String getMovementHour()
- Returns:
- the movementHour
-
setMovementHour
public void setMovementHour(String movementHour)
- Parameters:
movementHour
- the movementHour to set
-
getMobileReady
public Boolean getMobileReady()
- Returns:
- the mobileReady
-
setMobileReady
public void setMobileReady(Boolean mobileReady)
- Parameters:
mobileReady
- the mobileReady to set
-
getCanCancel
public Boolean getCanCancel()
- Returns:
- the canCancel
-
setCanCancel
public void setCanCancel(Boolean canCancel)
- Parameters:
canCancel
- the canCancel to set
-
getCanTake
public Boolean getCanTake()
- Returns:
- the canTake
-
setCanTake
public void setCanTake(Boolean canTake)
- Parameters:
canTake
- the canTake to set
-
getUrl
public String getUrl()
- Returns:
- the url
-
setUrl
public void setUrl(String url)
- Parameters:
url
- the url to set
-
getCode
public String getCode()
- Returns:
- the code
-
setCode
public void setCode(String code)
- Parameters:
code
- the code to set
-
-