org.camunda.bpm.application.impl
Class ProcessApplicationDeploymentInfoImpl

java.lang.Object
  extended by org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
All Implemented Interfaces:
ProcessApplicationDeploymentInfo

public class ProcessApplicationDeploymentInfoImpl
extends Object
implements ProcessApplicationDeploymentInfo

Author:
Daniel Meyer

Field Summary
protected  String deploymentId
           
protected  String processEngineName
           
 
Constructor Summary
ProcessApplicationDeploymentInfoImpl()
           
 
Method Summary
 String getDeploymentId()
           
 String getProcessEngineName()
           
 void setDeploymentId(String deploymentId)
           
 void setProcessEngineName(String processEngineName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEngineName

protected String processEngineName

deploymentId

protected String deploymentId
Constructor Detail

ProcessApplicationDeploymentInfoImpl

public ProcessApplicationDeploymentInfoImpl()
Method Detail

getProcessEngineName

public String getProcessEngineName()
Specified by:
getProcessEngineName in interface ProcessApplicationDeploymentInfo
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 interface ProcessApplicationDeploymentInfo
Returns:
the id of the deployment that was performed.

setDeploymentId

public void setDeploymentId(String deploymentId)


Copyright © 2017 camunda services GmbH. All rights reserved.