Class Developer

java.lang.Object
org.owasp.dependencycheck.xml.pom.Developer
All Implemented Interfaces:
Serializable

@ThreadSafe public class Developer extends Object implements Serializable
Represents the developer node within the pom.xml.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • Developer

      public Developer()
  • Method Details

    • getId

      public String getId()
      Get the value of id.
      Returns:
      the value of id
    • setId

      public void setId(String id)
      Set the value of id.
      Parameters:
      id - new value of id
    • getName

      public String getName()
      Get the value of name.
      Returns:
      the value of name
    • setName

      public void setName(String name)
      Set the value of name.
      Parameters:
      name - new value of name
    • getEmail

      public String getEmail()
      Get the value of email.
      Returns:
      the value of email
    • setEmail

      public void setEmail(String email)
      Set the value of email.
      Parameters:
      email - new value of email
    • getOrganization

      public String getOrganization()
      Get the value of organization.
      Returns:
      the value of organization
    • setOrganization

      public void setOrganization(String organization)
      Set the value of organization.
      Parameters:
      organization - new value of organization
    • getOrganizationUrl

      public String getOrganizationUrl()
      Get the value of organizationUrl.
      Returns:
      the value of organizationUrl
    • setOrganizationUrl

      public void setOrganizationUrl(String organizationUrl)
      Set the value of organizationUrl.
      Parameters:
      organizationUrl - new value of organizationUrl
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object