|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.archiva.model.VersionedReference
public class VersionedReference
A reference to another Versioned Project.
| 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 |
|---|
public VersionedReference()
| Method Detail |
|---|
public String getArtifactId()
public String getGroupId()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - public void setVersion(String version)
version - public static String toKey(VersionedReference reference)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||