Package com.fluig.sdk.api.workflow
Class ProcessTaskVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.ProcessTaskVO
-
- All Implemented Interfaces:
Serializable
public class ProcessTaskVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessTaskVO()ProcessTaskVO(long companyId, int processInstanceId, int movementSequence, int transferredSequence, String colleagueId, String selectedColleagueId, String complement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColleagueId()longgetCompanyId()StringgetComplement()intgetMovementSequence()intgetProcessInstanceId()StringgetSelectedColleagueId()intgetTransferredSequence()voidsetColleagueId(String colleagueId)voidsetCompanyId(long companyId)voidsetComplement(String complement)voidsetMovementSequence(int movementSequence)voidsetProcessInstanceId(int processInstanceId)voidsetSelectedColleagueId(String selectedColleagueId)voidsetTransferredSequence(int transferredSequence)
-
-
-
Method Detail
-
getCompanyId
public long getCompanyId()
-
setCompanyId
public void setCompanyId(long companyId)
-
getProcessInstanceId
public int getProcessInstanceId()
-
setProcessInstanceId
public void setProcessInstanceId(int processInstanceId)
-
getMovementSequence
public int getMovementSequence()
-
setMovementSequence
public void setMovementSequence(int movementSequence)
-
getTransferredSequence
public int getTransferredSequence()
-
setTransferredSequence
public void setTransferredSequence(int transferredSequence)
-
getColleagueId
public String getColleagueId()
-
setColleagueId
public void setColleagueId(String colleagueId)
-
getSelectedColleagueId
public String getSelectedColleagueId()
-
setSelectedColleagueId
public void setSelectedColleagueId(String selectedColleagueId)
-
getComplement
public String getComplement()
-
setComplement
public void setComplement(String complement)
-
-