Class HvlBpmnProcessDefinitionModel

java.lang.Object
tr.com.havelsan.javarch.bpmn.common.repository.model.HvlBpmnBaseProcessDefinitionModel
tr.com.havelsan.javarch.bpmn.common.repository.model.HvlBpmnProcessDefinitionModel
All Implemented Interfaces:
Serializable

public class HvlBpmnProcessDefinitionModel extends HvlBpmnBaseProcessDefinitionModel
The type Hvl bpmn process definition model.
See Also:
  • Constructor Details

    • HvlBpmnProcessDefinitionModel

      public HvlBpmnProcessDefinitionModel()
  • Method Details

    • getCategory

      public String getCategory()
      Gets category.
      Returns:
      the category
    • setCategory

      public void setCategory(String category)
      Sets category.
      Parameters:
      category - the category
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • getVersion

      public int getVersion()
      Gets version.
      Returns:
      the version
    • setVersion

      public void setVersion(int version)
      Sets version.
      Parameters:
      version - the version
    • getDeploymentId

      public String getDeploymentId()
      Gets deployment id.
      Returns:
      the deployment id
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
      Sets deployment id.
      Parameters:
      deploymentId - the deployment id
    • isSuspended

      public boolean isSuspended()
      Is suspended boolean.
      Returns:
      the boolean
    • setSuspended

      public void setSuspended(boolean suspended)
      Sets suspended.
      Parameters:
      suspended - the suspended