org.codehaus.plexus.component.repository

Class ComponentDependency


public class ComponentDependency
extends java.lang.Object

Version:
$Id: ComponentDependency.java 1569 2005-03-18 21:50:47Z jdcasey $
Authors:
Jason van Zyl
Trygve Laugstøl

Method Summary

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()

Method Details

getArtifactId

public String getArtifactId()
Returns:
Returns the artifactId.

getGroupId

public String getGroupId()
Returns:
Returns the groupId.

getType

public String getType()
Returns:
Returns the type.

getVersion

public String getVersion()
Returns:
Returns the version.

setArtifactId

public void setArtifactId(String artifactId)
Parameters:
artifactId - The artifactId to set.

setGroupId

public void setGroupId(String groupId)
Parameters:
groupId - The groupId to set.

setType

public void setType(String type)
Parameters:
type - The type to set.

setVersion

public void setVersion(String version)
Parameters:
version - The version to set.

toString

public String toString()