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 Boolean
getActive()
BPMProcessAttachmentSecurityVO
getAttachmentSecurity()
Boolean
getBlocked()
Integer
getBpmnVersion()
String
getDiagram()
Boolean
getEditing()
Integer
getFormId()
Boolean
getInheritFormSecurity()
Boolean
getMobileReady()
String
getProcessId()
Boolean
getRequiresPassword()
Integer
getVersion()
void
setActive(Boolean active)
void
setAttachmentSecurity(BPMProcessAttachmentSecurityVO attachmentSecurity)
void
setBlocked(Boolean blocked)
void
setBpmnVersion(Integer bpmnVersion)
void
setDiagram(String diagram)
void
setEditing(Boolean editing)
void
setFormId(Integer formId)
void
setInheritFormSecurity(Boolean inheritFormSecurity)
void
setMobileReady(Boolean mobileReady)
void
setProcessId(String processId)
void
setRequiresPassword(Boolean requiresPassword)
void
setVersion(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)
-
-