org.apache.maven.model
Class Organization

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

public class Organization
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Specifies the organization that produces this project.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Organization()
           
 
Method Summary
 Organization clone()
          Method clone.
 java.lang.String getName()
          Get the full name of the organization.
 java.lang.String getUrl()
          Get the URL to the organization's home page.
 void setName(java.lang.String name)
          Set the full name of the organization.
 void setUrl(java.lang.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 java.lang.Object
Returns:
Organization

getName

public java.lang.String getName()
Get the full name of the organization.

Returns:
String

getUrl

public java.lang.String getUrl()
Get the URL to the organization's home page.

Returns:
String

setName

public void setName(java.lang.String name)
Set the full name of the organization.

Parameters:
name -

setUrl

public void setUrl(java.lang.String url)
Set the URL to the organization's home page.

Parameters:
url -


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.