org.codehaus.plexus.component.repository
Class ComponentDependency
java.lang.Object
org.codehaus.plexus.component.repository.ComponentDependency
- public class ComponentDependency
- extends java.lang.Object
- Version:
- $Id: ComponentDependency.java 1569 2005-03-18 21:50:47Z jdcasey $
- Author:
- Jason van Zyl, Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEAULT_DEPENDENCY_TYPE
private static final java.lang.String DEAULT_DEPENDENCY_TYPE
- See Also:
- Constant Field Values
groupId
private java.lang.String groupId
artifactId
private java.lang.String artifactId
type
private java.lang.String type
version
private java.lang.String version
ComponentDependency
public ComponentDependency()
getArtifactId
public java.lang.String getArtifactId()
- Returns:
- Returns the artifactId.
setArtifactId
public void setArtifactId(java.lang.String artifactId)
- Parameters:
artifactId
- The artifactId to set.
getGroupId
public java.lang.String getGroupId()
- Returns:
- Returns the groupId.
setGroupId
public void setGroupId(java.lang.String groupId)
- Parameters:
groupId
- The groupId to set.
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type
- The type to set.
getVersion
public java.lang.String getVersion()
- Returns:
- Returns the version.
setVersion
public void setVersion(java.lang.String version)
- Parameters:
version
- The version to set.
toString
public java.lang.String toString()