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