Class Organization

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

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

    • Organization

      public Organization()
  • Method Details

    • clone

      public Organization clone()
      Method clone.
      Overrides:
      clone in class Object
      Returns:
      Organization
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the location of the specified field in the input source.
      Specified by:
      getLocation in interface InputLocationTracker
      Parameters:
      key - a key object.
      Returns:
      InputLocation
    • getName

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

      public void setLocation(Object key, InputLocation location)
      Description copied from interface: InputLocationTracker
      Sets the location of the specified field.
      Specified by:
      setLocation in interface InputLocationTracker
      Parameters:
      key - a key object.
      location - a location object.
    • setOtherLocation

      public void setOtherLocation(Object key, InputLocation location)
      Parameters:
      key - a key object.
      location - a location object.
    • 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 - a name object.
    • setUrl

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

      public String toString()
      Overrides:
      toString in class Object
      See Also: