org.apache.archiva.model
Class ProjectReference

java.lang.Object
  extended by org.apache.archiva.model.ProjectReference
All Implemented Interfaces:
Serializable

public class ProjectReference
extends Object
implements Serializable

A reference to another (unversioned) Project.

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

Constructor Summary
ProjectReference()
           
 
Method Summary
 String getArtifactId()
          Get the Artifact ID of the project reference.
 String getGroupId()
          Get the Group ID of the project reference.
 void setArtifactId(String artifactId)
          Set the Artifact ID of the project reference.
 void setGroupId(String groupId)
          Set the Group ID of the project reference.
static String toKey(ProjectReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectReference

public ProjectReference()
Method Detail

getArtifactId

public String getArtifactId()
Get the Artifact ID of the project reference.

Returns:
String

getGroupId

public String getGroupId()
Get the Group ID of the project reference.

Returns:
String

setArtifactId

public void setArtifactId(String artifactId)
Set the Artifact ID of the project reference.

Parameters:
artifactId -

setGroupId

public void setGroupId(String groupId)
Set the Group ID of the project reference.

Parameters:
groupId -

toKey

public static String toKey(ProjectReference reference)


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.