org.apache.maven.project
Class Organization

java.lang.Object
  extended byorg.apache.maven.project.BaseObject
      extended byorg.apache.maven.project.Organization

public class Organization
extends BaseObject

Version:
$Id: Organization.java,v 1.7.10.2 2004/06/23 13:13:26 brett Exp $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.apache.maven.project.BaseObject
id
 
Constructor Summary
Organization()
           
 
Method Summary
 java.lang.String getLogo()
          Gets the organization logo text.
 java.lang.String getUrl()
          Gets the organization URL.
 void setLogo(java.lang.String logo)
          Sets the logo text attribute of the Organization object.
 void setUrl(java.lang.String url)
          Sets the url attribute of the Organization object
 
Methods inherited from class org.apache.maven.project.BaseObject
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Organization

public Organization()
Method Detail

setUrl

public void setUrl(java.lang.String url)
Sets the url attribute of the Organization object

Parameters:
url - the address of the organization's website

getUrl

public java.lang.String getUrl()
Gets the organization URL.

Returns:
the organization url.

setLogo

public void setLogo(java.lang.String logo)
Sets the logo text attribute of the Organization object.

Parameters:
logo - the logo text

getLogo

public java.lang.String getLogo()
Gets the organization logo text.

Returns:
the organization logo.


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