org.apache.maven.continuum.xmlrpc.project
Class ProjectDependency

Package class diagram package ProjectDependency
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.ProjectDependency
All Implemented Interfaces:
java.io.Serializable

public class ProjectDependency
extends java.lang.Object
implements java.io.Serializable

Class ProjectDependency.

See Also:
Serialized Form

Constructor Summary
ProjectDependency()
           
 
Method Summary
 java.lang.String getArtifactId()
          Get the artifactId field.
 java.lang.String getGroupId()
          Get the groupId field.
 java.lang.String getModelEncoding()
           
 java.lang.String getVersion()
          Get the version field.
 void setArtifactId(java.lang.String artifactId)
          Set the artifactId field.
 void setGroupId(java.lang.String groupId)
          Set the groupId field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setVersion(java.lang.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 java.lang.String getArtifactId()
Get the artifactId field.

Returns:
String

getGroupId

public java.lang.String getGroupId()
Get the groupId field.

Returns:
String

getVersion

public java.lang.String getVersion()
Get the version field.

Returns:
String

setArtifactId

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

Parameters:
artifactId -

setGroupId

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

Parameters:
groupId -

setVersion

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

Parameters:
version -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.