org.apache.maven.model
Class Organization

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

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

Specifies the organization that produces this project.

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

Constructor Summary
Organization()
           
 
Method Summary
 java.lang.String getLogo()
          Get The URL to the organization's logo image.
 java.lang.String getModelEncoding()
           
 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 setLogo(java.lang.String logo)
          Set The URL to the organization's logo image.
 void setModelEncoding(java.lang.String modelEncoding)
           
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Organization

public Organization()
Method Detail

getLogo

public java.lang.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.


getName

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


getUrl

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


setLogo

public void setLogo(java.lang.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(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 -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.