public class Organization
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
logo
The URL to the organization's logo image.
|
private java.lang.String |
name
The full name of the organization.
|
private java.lang.String |
url
The URL to the organization's home page.
|
Constructor and Description |
---|
Organization() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLogo()
Get the URL to the organization's logo image.
|
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 |
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.
|
private java.lang.String name
private java.lang.String url
private java.lang.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.public java.lang.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 java.lang.String getName()
public java.lang.String getUrl()
public void setLogo(java.lang.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(java.lang.String name)
name
- public void setUrl(java.lang.String url)
url
-