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 ProcessApplicationDeploymentInfo
public void setProcessEngineName(String processEngineName)
public String getDeploymentId()
getDeploymentId
in interface ProcessApplicationDeploymentInfo
public void setDeploymentId(String deploymentId)
Copyright © 2015. All rights reserved.