Class DependencyType

java.lang.Object
com.github.fungal.bootstrap.DependencyType

public class DependencyType extends Object
A dependency
Author:
Jesper Pedersen
  • Constructor Details

    • DependencyType

      public DependencyType()
      Constructor
  • Method Details

    • getTarget

      public String getTarget()
      Get the target
      Returns:
      The value
    • setTarget

      public void setTarget(String v)
      Set the target
      Parameters:
      v - The value
    • getOrganisation

      public String getOrganisation()
      Get the organisation
      Returns:
      The value
    • setOrganisation

      public void setOrganisation(String v)
      Set the organisation
      Parameters:
      v - The value
    • getModule

      public String getModule()
      Get the module
      Returns:
      The value
    • setModule

      public void setModule(String v)
      Set the module
      Parameters:
      v - The value
    • getArtifact

      public String getArtifact()
      Get the artifact
      Returns:
      The value
    • setArtifact

      public void setArtifact(String v)
      Set the artifact id
      Parameters:
      v - The value
    • getRevision

      public String getRevision()
      Get the revision
      Returns:
      The value
    • setRevision

      public void setRevision(String v)
      Set the revision
      Parameters:
      v - The value
    • getClassifier

      public String getClassifier()
      Get the classifier
      Returns:
      The value
    • setClassifier

      public void setClassifier(String v)
      Set the classifier
      Parameters:
      v - The value
    • getExt

      public String getExt()
      Get the ext
      Returns:
      The value
    • setExt

      public void setExt(String v)
      Set the ext
      Parameters:
      v - The value
    • equals

      public boolean equals(Object obj)
      Equals
      Overrides:
      equals in class Object
      Parameters:
      obj - The other object
      Returns:
      True if they are equal; otherwise false
    • hashCode

      public int hashCode()
      Hash code
      Overrides:
      hashCode in class Object
      Returns:
      The value
    • toString

      public String toString()
      String representation
      Overrides:
      toString in class Object
      Returns:
      The string