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 java.lang.Object implements ProcessApplicationDeploymentInfo
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
deploymentId
protected java.lang.String
processEngineName
-
Constructor Summary
Constructors Constructor Description ProcessApplicationDeploymentInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDeploymentId()
java.lang.String
getProcessEngineName()
void
setDeploymentId(java.lang.String deploymentId)
void
setProcessEngineName(java.lang.String processEngineName)
-
-
-
Method Detail
-
getProcessEngineName
public java.lang.String getProcessEngineName()
- Specified by:
getProcessEngineName
in interfaceProcessApplicationDeploymentInfo
- Returns:
- the name of the process engine the deployment was made to
-
setProcessEngineName
public void setProcessEngineName(java.lang.String processEngineName)
-
getDeploymentId
public java.lang.String getDeploymentId()
- Specified by:
getDeploymentId
in interfaceProcessApplicationDeploymentInfo
- Returns:
- the id of the deployment that was performed.
-
setDeploymentId
public void setDeploymentId(java.lang.String deploymentId)
-
-