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