Package com.fluig.sdk.api.workflow
Class BPMProcessVersionVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.BPMProcessVersionVO
-
- All Implemented Interfaces:
Serializable
public class BPMProcessVersionVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPMProcessVersionVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetActive()BPMProcessAttachmentSecurityVOgetAttachmentSecurity()BooleangetBlocked()IntegergetBpmnVersion()StringgetDiagram()BooleangetEditing()IntegergetFormId()BooleangetInheritFormSecurity()BooleangetMobileReady()StringgetProcessId()BooleangetRequiresPassword()IntegergetVersion()voidsetActive(Boolean active)voidsetAttachmentSecurity(BPMProcessAttachmentSecurityVO attachmentSecurity)voidsetBlocked(Boolean blocked)voidsetBpmnVersion(Integer bpmnVersion)voidsetDiagram(String diagram)voidsetEditing(Boolean editing)voidsetFormId(Integer formId)voidsetInheritFormSecurity(Boolean inheritFormSecurity)voidsetMobileReady(Boolean mobileReady)voidsetProcessId(String processId)voidsetRequiresPassword(Boolean requiresPassword)voidsetVersion(Integer version)
-
-
-
Method Detail
-
getProcessId
public String getProcessId()
-
setProcessId
public void setProcessId(String processId)
-
getVersion
public Integer getVersion()
-
setVersion
public void setVersion(Integer version)
-
getFormId
public Integer getFormId()
-
setFormId
public void setFormId(Integer formId)
-
getEditing
public Boolean getEditing()
-
setEditing
public void setEditing(Boolean editing)
-
getAttachmentSecurity
public BPMProcessAttachmentSecurityVO getAttachmentSecurity()
-
setAttachmentSecurity
public void setAttachmentSecurity(BPMProcessAttachmentSecurityVO attachmentSecurity)
-
getActive
public Boolean getActive()
-
setActive
public void setActive(Boolean active)
-
getBlocked
public Boolean getBlocked()
-
setBlocked
public void setBlocked(Boolean blocked)
-
getRequiresPassword
public Boolean getRequiresPassword()
-
setRequiresPassword
public void setRequiresPassword(Boolean requiresPassword)
-
getDiagram
public String getDiagram()
-
setDiagram
public void setDiagram(String diagram)
-
getBpmnVersion
public Integer getBpmnVersion()
-
setBpmnVersion
public void setBpmnVersion(Integer bpmnVersion)
-
getInheritFormSecurity
public Boolean getInheritFormSecurity()
-
setInheritFormSecurity
public void setInheritFormSecurity(Boolean inheritFormSecurity)
-
getMobileReady
public Boolean getMobileReady()
-
setMobileReady
public void setMobileReady(Boolean mobileReady)
-
-