Class Organization

java.lang.Object
org.apache.maven.model.Organization
All Implemented Interfaces:
Serializable

public class Organization extends Object implements Serializable
Specifies the organization that produces this project.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • name

      private String name
      The full name of the organization.
    • url

      private String url
      The URL to the organization's home page.
  • Constructor Details

    • Organization

      public Organization()
  • Method Details

    • getName

      public String getName()
      Get the full name of the organization.
      Returns:
      String
    • getUrl

      public String getUrl()
      Get the URL to the organization's home page.
      Returns:
      String
    • setName

      public void setName(String name)
      Set the full name of the organization.
      Parameters:
      name -
    • setUrl

      public void setUrl(String url)
      Set the URL to the organization's home page.
      Parameters:
      url -