public class JavadocPathArtifact extends Object implements Serializable
Constructor and Description |
---|
JavadocPathArtifact() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Method equals.
|
String |
getArtifactId()
Get the id of the artifact.
|
String |
getClassifier()
Get the classifier of the artifact.
|
String |
getGroupId()
Get the id of the group of the artifact.
|
String |
getVersion()
Get the version of the artifact.
|
int |
hashCode()
Method hashCode.
|
void |
setArtifactId(String artifactId)
Set the id of the artifact.
|
void |
setClassifier(String classifier)
Set the classifier of the artifact.
|
void |
setGroupId(String groupId)
Set the id of the group of the artifact.
|
void |
setVersion(String version)
Set the version of the artifact.
|
String |
toString()
Method toString.
|
public boolean equals(Object other)
public String getArtifactId()
public String getClassifier()
public String getGroupId()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId
- a artifactId object.public void setClassifier(String classifier)
classifier
- a classifier object.public void setGroupId(String groupId)
groupId
- a groupId object.public void setVersion(String version)
version
- a version object.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.