Class Skin

    • Constructor Detail

      • Skin

        public Skin()
    • Method Detail

      • clone

        public Skin clone()
        Method clone.
        Overrides:
        clone in class Object
        Returns:
        Skin
      • equals

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

        public String getArtifactId()
        Get the skin artifact ID.
        Returns:
        String
      • getGroupId

        public String getGroupId()
        Get the skin group ID.
        Returns:
        String
      • getVersion

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

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

        public void setArtifactId​(String artifactId)
        Set the skin artifact ID.
        Parameters:
        artifactId - a artifactId object.
      • setGroupId

        public void setGroupId​(String groupId)
        Set the skin group ID.
        Parameters:
        groupId - a groupId object.
      • setVersion

        public void setVersion​(String version)
        Set the skin version.
        Parameters:
        version - a version object.
      • toString

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