org.codehaus.plexus.component.repository

Class ComponentDependency

public class ComponentDependency extends Object

Version: $Id: ComponentDependency.java 1569 2005-03-18 21:50:47Z jdcasey $

Author: Jason van Zyl Trygve Laugstøl

Field Summary
StringartifactId
static StringDEAULT_DEPENDENCY_TYPE
StringgroupId
Stringtype
Stringversion
Method Summary
StringgetArtifactId()
StringgetGroupId()
StringgetType()
StringgetVersion()
voidsetArtifactId(String artifactId)
voidsetGroupId(String groupId)
voidsetType(String type)
voidsetVersion(String version)
StringtoString()

Field Detail

artifactId

private String artifactId

DEAULT_DEPENDENCY_TYPE

private static final String DEAULT_DEPENDENCY_TYPE

groupId

private String groupId

type

private String type

version

private String version

Method Detail

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