public class ProjectReference extends Object implements Serializable
| Constructor and Description | 
|---|
| ProjectReference() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
public ProjectReference()
public String getArtifactId()
public String getGroupId()
public void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - public static String toKey(ProjectReference reference)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.