public class DeploymentPlanArtifact extends Object implements Serializable
Constructor and Description |
---|
DeploymentPlanArtifact() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeploymentplanName() |
String |
getDescription() |
String |
getDpId() |
String |
getGoldenImageName() |
String |
getOebpName() |
int |
hashCode() |
boolean |
isReadOnly() |
void |
setDeploymentplanName(String deploymentplanName) |
void |
setDescription(String description) |
void |
setDpId(String dpId) |
void |
setGoldenImageName(String goldenImageName) |
void |
setOebpName(String oebpName) |
void |
setReadOnly(boolean readOnly) |
String |
toString() |
public String getDeploymentplanName()
public void setDeploymentplanName(String deploymentplanName)
deploymentplanName
- the deploymentplanName to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getDpId()
public void setDpId(String dpId)
dpId
- the dpId to setpublic String getGoldenImageName()
public void setGoldenImageName(String goldenImageName)
goldenImageName
- the goldenImageName to setpublic String getOebpName()
public void setOebpName(String oebpName)
oebpName
- the oebpName to setpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- the readOnly to setCopyright © 2016. All rights reserved.