org.apache.maven.continuum.model.project.v1_0_9
Class ProjectDependency

java.lang.Object
  extended by org.apache.maven.continuum.model.project.v1_0_9.ProjectDependency
All Implemented Interfaces:
Serializable

public class ProjectDependency
extends Object
implements Serializable

Class ProjectDependency.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ProjectDependency()
           
 
Method Summary
 String getArtifactId()
          Get the artifactId field.
 String getGroupId()
          Get the groupId field.
 String getVersion()
          Get the version field.
 void setArtifactId(String artifactId)
          Set the artifactId field.
 void setGroupId(String groupId)
          Set the groupId field.
 void setVersion(String version)
          Set the version field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDependency

public ProjectDependency()
Method Detail

getArtifactId

public String getArtifactId()
Get the artifactId field.

Returns:
String

getGroupId

public String getGroupId()
Get the groupId field.

Returns:
String

getVersion

public String getVersion()
Get the version field.

Returns:
String

setArtifactId

public void setArtifactId(String artifactId)
Set the artifactId field.

Parameters:
artifactId -

setGroupId

public void setGroupId(String groupId)
Set the groupId field.

Parameters:
groupId -

setVersion

public void setVersion(String version)
Set the version field.

Parameters:
version -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.