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

Field Summary

private static String
DEAULT_DEPENDENCY_TYPE
private String
artifactId
private String
groupId
private String
type
private String
version

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

Field Details

DEAULT_DEPENDENCY_TYPE

private static final String DEAULT_DEPENDENCY_TYPE

artifactId

private String artifactId

groupId

private String groupId

type

private String type

version

private String version

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