org.apache.archiva.model
Class VersionedReference

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

public class VersionedReference
extends Object
implements Serializable

A reference to another Versioned Project.

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

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

Constructor Detail

VersionedReference

public VersionedReference()
Method Detail

getArtifactId

public String getArtifactId()
Get The Artifact ID of the repository content.

Returns:
String

getGroupId

public String getGroupId()
Get The Group ID of the repository content.

Returns:
String

getVersion

public String getVersion()
Get The version of the repository content.

Returns:
String

setArtifactId

public void setArtifactId(String artifactId)
Set The Artifact ID of the repository content.

Parameters:
artifactId -

setGroupId

public void setGroupId(String groupId)
Set The Group ID of the repository content.

Parameters:
groupId -

setVersion

public void setVersion(String version)
Set The version of the repository content.

Parameters:
version -

toKey

public static String toKey(VersionedReference reference)


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.