org.codehaus.plexus.component.repository
Class ComponentDependency
java.lang.Object
org.codehaus.plexus.component.repository.ComponentDependency
public class ComponentDependency
extends java.lang.Object
$Id: ComponentDependency.java 1569 2005-03-18 21:50:47Z jdcasey $
getArtifactId
public String getArtifactId()
getGroupId
public String getGroupId()
getType
public String getType()
getVersion
public String getVersion()
setArtifactId
public void setArtifactId(String artifactId)
artifactId
- The artifactId to set.
setGroupId
public void setGroupId(String groupId)
groupId
- The groupId to set.
setType
public void setType(String type)
setVersion
public void setVersion(String version)
version
- The version to set.
toString
public String toString()