Class JavadocPathArtifact

    • Constructor Detail

      • JavadocPathArtifact

        public JavadocPathArtifact()
    • Method Detail

      • equals

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

        public String getArtifactId()
        Get the id of the artifact.
        Returns:
        String
      • getGroupId

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

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

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

        public void setArtifactId​(String artifactId)
        Set the id of the artifact.
        Parameters:
        artifactId -
      • setGroupId

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

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

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