public class ComponentDependency extends Object
| Constructor and Description |
|---|
ComponentDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getType() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setType(String type) |
void |
setVersion(String version) |
String |
toString() |
public String getArtifactId()
public void setArtifactId(String artifactId)
artifactId - The artifactId to set.public String getGroupId()
public void setGroupId(String groupId)
groupId - The groupId to set.public String getType()
public void setType(String type)
type - The type to set.public String getVersion()
public void setVersion(String version)
version - The version to set.