org.apache.maven.model
Class Organization

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

Constructor Summary
Organization()
           
 
Method Summary
 String getModelEncoding()
           
 String getName()
          Get the full name of the organization.
 String getUrl()
          Get the URL to the organization's home page.
 void setModelEncoding(String modelEncoding)
          Set an encoding used for reading/writing the model.
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Organization

public Organization()
Method Detail

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 -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


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