Package com.fluig.sdk.api.workflow
Class ProcessVersionVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.ProcessVersionVO
-
- All Implemented Interfaces:
Serializable
public class ProcessVersionVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessVersionVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProcessVersionVO>getChildren()longgetCompanyId()BooleangetFavorite()IntegergetFormId()StringgetProcessId()BooleangetSelected()StringgetVersionDescription()voidsetChildren(List<ProcessVersionVO> children)voidsetCompanyId(long companyId)voidsetFavorite(Boolean favorite)voidsetFormId(Integer formId)voidsetProcessId(String processId)voidsetSelected(Boolean selected)voidsetVersionDescription(String versionDescription)
-
-
-
Method Detail
-
getSelected
public Boolean getSelected()
- Returns:
- the selected
-
setSelected
public void setSelected(Boolean selected)
- Parameters:
selected- the selected to set
-
getChildren
public List<ProcessVersionVO> getChildren()
- Returns:
- the children
-
setChildren
public void setChildren(List<ProcessVersionVO> children)
- Parameters:
children- the children to set
-
getCompanyId
public long getCompanyId()
- Returns:
- the companyId
-
setCompanyId
public void setCompanyId(long companyId)
- Parameters:
companyId- the companyId to set
-
getFormId
public Integer getFormId()
- Returns:
- the formId
-
setFormId
public void setFormId(Integer formId)
- Parameters:
formId- the formId to set
-
getVersionDescription
public String getVersionDescription()
- Returns:
- the versionDescription
-
setVersionDescription
public void setVersionDescription(String versionDescription)
- Parameters:
versionDescription- the versionDescription to set
-
getProcessId
public String getProcessId()
- Returns:
- the processId
-
setProcessId
public void setProcessId(String processId)
- Parameters:
processId- the processId to set
-
getFavorite
public Boolean getFavorite()
- Returns:
- the favorite
-
setFavorite
public void setFavorite(Boolean favorite)
- Parameters:
favorite- the favorite to set
-
-