public class Organization extends Object implements Serializable
Constructor and Description |
---|
Organization() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the full name of the organization.
|
String |
getUrl()
Get the URL to the organization's home page.
|
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 getName()
public String getUrl()
public void setName(String name)
name
- public void setUrl(String url)
url
- Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.