Class JavadocPathArtifact

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      Method equals.
      java.lang.String getArtifactId()
      Get the id of the artifact.
      java.lang.String getClassifier()
      Get the classifier 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 setClassifier​(java.lang.String classifier)
      Set the classifier 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.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JavadocPathArtifact

        public JavadocPathArtifact()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Method equals.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        other - a other object.
        Returns:
        boolean
      • getArtifactId

        public java.lang.String getArtifactId()
        Get the id of the artifact.
        Returns:
        String
      • getClassifier

        public java.lang.String getClassifier()
        Get the classifier of the artifact.
        Returns:
        String
      • getGroupId

        public java.lang.String getGroupId()
        Get the id of the group of the artifact.
        Returns:
        String
      • getVersion

        public java.lang.String getVersion()
        Get the version of the artifact.
        Returns:
        String
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        int
      • setArtifactId

        public void setArtifactId​(java.lang.String artifactId)
        Set the id of the artifact.
        Parameters:
        artifactId - a artifactId object.
      • setClassifier

        public void setClassifier​(java.lang.String classifier)
        Set the classifier of the artifact.
        Parameters:
        classifier - a classifier object.
      • setGroupId

        public void setGroupId​(java.lang.String groupId)
        Set the id of the group of the artifact.
        Parameters:
        groupId - a groupId object.
      • setVersion

        public void setVersion​(java.lang.String version)
        Set the version of the artifact.
        Parameters:
        version - a version object.
      • toString

        public java.lang.String toString()
        Method toString.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String