Class Developer
java.lang.Object
org.owasp.dependencycheck.xml.pom.Developer
- All Implemented Interfaces:
Serializable
Represents the developer node within the pom.xml.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()Get the value of email.getId()Get the value of id.getName()Get the value of name.Get the value of organization.Get the value of organizationUrl.inthashCode()voidSet the value of email.voidSet the value of id.voidSet the value of name.voidsetOrganization(String organization) Set the value of organization.voidsetOrganizationUrl(String organizationUrl) Set the value of organizationUrl.toString()
-
Constructor Details
-
Developer
public Developer()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getEmail
-
setEmail
-
getOrganization
-
setOrganization
Set the value of organization.- Parameters:
organization- new value of organization
-
getOrganizationUrl
Get the value of organizationUrl.- Returns:
- the value of organizationUrl
-
setOrganizationUrl
Set the value of organizationUrl.- Parameters:
organizationUrl- new value of organizationUrl
-
hashCode
-
equals
-
toString
-