public class Organization extends Object implements Serializable
Constructor and Description |
---|
Organization() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getLogo()
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.public String getName()
public String getUrl()
public void setLogo(String logo)
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.logo
- public void setName(String name)
name
- public void setUrl(String url)
url
- Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.