public class ProcessApplicationDeploymentInfoImpl extends Object implements ProcessApplicationDeploymentInfo
| Modifier and Type | Field and Description | 
|---|---|
| protected String | deploymentId | 
| protected String | processEngineName | 
| Constructor and Description | 
|---|
| ProcessApplicationDeploymentInfoImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeploymentId() | 
| String | getProcessEngineName() | 
| void | setDeploymentId(String deploymentId) | 
| void | setProcessEngineName(String processEngineName) | 
protected String processEngineName
protected String deploymentId
public ProcessApplicationDeploymentInfoImpl()
public String getProcessEngineName()
getProcessEngineName in interface ProcessApplicationDeploymentInfopublic void setProcessEngineName(String processEngineName)
public String getDeploymentId()
getDeploymentId in interface ProcessApplicationDeploymentInfopublic void setDeploymentId(String deploymentId)
Copyright © 2018. All rights reserved.