org.apache.maven.model.v3_0_0
Class Organization

java.lang.Object
  extended by org.apache.maven.model.v3_0_0.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 getLogo()
          Get the URL to the organization's logo image.
 String getName()
          Get the full name of the organization.
 String getUrl()
          Get the URL to the organization's home page.
 void setLogo(String logo)
          Set the URL to the organization's logo image.
 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

getLogo

public String getLogo()
Get the URL to the organization's logo image. This can be an URL relative to the base directory of the generated web site, (e.g., /images/org-logo.png) or an absolute URL (e.g., http://my.corp/logo.png). This value is used when generating the project documentation.

Returns:
String

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

setLogo

public void setLogo(String logo)
Set the URL to the organization's logo image. This can be an URL relative to the base directory of the generated web site, (e.g., /images/org-logo.png) or an absolute URL (e.g., http://my.corp/logo.png). This value is used when generating the project documentation.

Parameters:
logo -

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-2011 Apache Software Foundation. All Rights Reserved.