Class DeploymentImpl

java.lang.Object
org.activiti.api.runtime.model.impl.DeploymentImpl
All Implemented Interfaces:
org.activiti.api.process.model.Deployment

public class DeploymentImpl extends Object implements org.activiti.api.process.model.Deployment
  • Constructor Details

    • DeploymentImpl

      public DeploymentImpl()
  • Method Details

    • setName

      public void setName(String name)
    • setVersion

      public void setVersion(Integer version)
    • setProjectReleaseVersion

      public void setProjectReleaseVersion(String projectReleaseVersion)
    • getName

      public String getName()
      Specified by:
      getName in interface org.activiti.api.process.model.Deployment
    • getVersion

      public Integer getVersion()
      Specified by:
      getVersion in interface org.activiti.api.process.model.Deployment
    • getProjectReleaseVersion

      public String getProjectReleaseVersion()
      Specified by:
      getProjectReleaseVersion in interface org.activiti.api.process.model.Deployment
    • getId

      public String getId()
      Specified by:
      getId in interface org.activiti.api.process.model.Deployment
    • setId

      public void setId(String id)