org.codehaus.plexus.component.repository
Class ComponentDependency

java.lang.Object
  extended by org.codehaus.plexus.component.repository.ComponentDependency

public class ComponentDependency
extends Object

Version:
$Id: ComponentDependency.java 4796 2006-11-23 21:24:11Z jvanzyl $
Author:
Jason van Zyl, Trygve Laugstøl

Constructor Summary
ComponentDependency()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentDependency

public ComponentDependency()
Method Detail

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getType

public String getType()

setType

public void setType(String type)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2011 Codehaus. All Rights Reserved.