Package com.priint.pubserver.bpm.model
Class ProcessDefinition
java.lang.Object
com.priint.pubserver.bpm.model.ProcessDefinition
The Object - represents Process Definition BPM type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getKey()getName()intinthashCode()voidvoidvoidvoidsetTenantId(String tenantId) voidsetVersion(int version) toString()
-
Constructor Details
-
ProcessDefinition
public ProcessDefinition()
-
-
Method Details
-
getId
- Returns:
String- The id of the process definition.
-
getName
- Returns:
String- The name of the process definition.
-
getKey
- Returns:
String- The key of the process definition, i.e., the id of the BPMN 2.0 XML process definition.
-
getVersion
public int getVersion()- Returns:
String- The version of the process definition that the engine assigned to it.
-
getTenantId
- Returns:
String- The tenant id of the process definition.
-
setId
- Parameters:
id-String- The id of the process definition.
-
setName
- Parameters:
name-String- The name of the process definition.
-
setKey
- Parameters:
key-String- The key of the process definition, i.e., the id of the BPMN 2.0 XML process definition.
-
setVersion
public void setVersion(int version) - Parameters:
version-String- The version of the process definition that the engine assigned to it.
-
setTenantId
- Parameters:
tenantId-String- The tenant id of the process definition.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-