public class JavadocPathArtifact
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
artifactId
The id of the artifact.
|
private java.lang.String |
groupId
The id of the group of the artifact.
|
private java.lang.String |
version
The version of the artifact.
|
Constructor and Description |
---|
JavadocPathArtifact() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Method equals.
|
java.lang.String |
getArtifactId()
Get the id of the artifact.
|
java.lang.String |
getGroupId()
Get the id of the group of the artifact.
|
java.lang.String |
getVersion()
Get the version of the artifact.
|
int |
hashCode()
Method hashCode.
|
void |
setArtifactId(java.lang.String artifactId)
Set the id of the artifact.
|
void |
setGroupId(java.lang.String groupId)
Set the id of the group of the artifact.
|
void |
setVersion(java.lang.String version)
Set the version of the artifact.
|
java.lang.String |
toString()
Method toString.
|
private java.lang.String groupId
private java.lang.String artifactId
private java.lang.String version
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.String getArtifactId()
public java.lang.String getGroupId()
public java.lang.String getVersion()
public int hashCode()
hashCode
in class java.lang.Object
public void setArtifactId(java.lang.String artifactId)
artifactId
- public void setGroupId(java.lang.String groupId)
groupId
- public void setVersion(java.lang.String version)
version
- public java.lang.String toString()
toString
in class java.lang.Object