Class ProcessDefinition

java.lang.Object
com.priint.pubserver.bpm.model.ProcessDefinition

public class ProcessDefinition extends Object
The Object - represents Process Definition BPM type
  • Constructor Details

    • ProcessDefinition

      public ProcessDefinition()
  • Method Details

    • getId

      public String getId()
      Returns:
      String - The id of the process definition.
    • getName

      public String getName()
      Returns:
      String - The name of the process definition.
    • getKey

      public String 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

      public String getTenantId()
      Returns:
      String - The tenant id of the process definition.
    • setId

      public void setId(String id)
      Parameters:
      id - String - The id of the process definition.
    • setName

      public void setName(String name)
      Parameters:
      name - String - The name of the process definition.
    • setKey

      public void setKey(String key)
      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

      public void setTenantId(String tenantId)
      Parameters:
      tenantId - String - The tenant id of the process definition.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object