public class ProjectReference extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
artifactId
The Artifact ID of the project reference.
|
private String |
groupId
The Group ID of the project reference.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
ProjectReference() |
Modifier and Type | Method and Description |
---|---|
private static String |
defaultString(String value) |
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) |
private String artifactId
private static final long serialVersionUID
public ProjectReference()
public String getArtifactId()
public String getGroupId()
public void setArtifactId(String artifactId)
artifactId
- public void setGroupId(String groupId)
groupId
- private static String defaultString(String value)
public static String toKey(ProjectReference reference)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.