org.apache.maven.model
Class Organization

java.lang.Object
  extended by 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:
Serialized Form

Constructor Summary
Organization()
           
 
Method Summary
 Organization clone()
          Method clone.
 InputLocation getLocation(Object key)
          Gets the location of the specified field in the input source.
 String getName()
          Get the full name of the organization.
 String getUrl()
          Get the URL to the organization's home page.
 void setLocation(Object key, InputLocation location)
          Sets the location of the specified field.
 void setName(String name)
          Set the full name of the organization.
 void setUrl(String url)
          Set the URL to the organization's home page.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Organization

public Organization()
Method Detail

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 -
Returns:
InputLocation

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

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 -
location -

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 -


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.