Package org.camunda.bpm.application.impl
Class ProcessApplicationDeploymentInfoImpl
- java.lang.Object
-
- org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
-
- All Implemented Interfaces:
ProcessApplicationDeploymentInfo
public class ProcessApplicationDeploymentInfoImpl extends Object implements ProcessApplicationDeploymentInfo
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected String
deploymentId
protected String
processEngineName
-
Constructor Summary
Constructors Constructor Description ProcessApplicationDeploymentInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeploymentId()
String
getProcessEngineName()
void
setDeploymentId(String deploymentId)
void
setProcessEngineName(String processEngineName)
-
-
-
Method Detail
-
getProcessEngineName
public String getProcessEngineName()
- Specified by:
getProcessEngineName
in interfaceProcessApplicationDeploymentInfo
- Returns:
- the name of the process engine the deployment was made to
-
setProcessEngineName
public void setProcessEngineName(String processEngineName)
-
getDeploymentId
public String getDeploymentId()
- Specified by:
getDeploymentId
in interfaceProcessApplicationDeploymentInfo
- Returns:
- the id of the deployment that was performed.
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
-