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)
public String getGroupId()
public void setGroupId(String groupId)
public String getType()
public void setType(String type)
public String getVersion()
public void setVersion(String version)
Copyright © 2001–2016 Codehaus. All rights reserved.