java.io.Serializablepublic class Organization
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
Organization() |
| Modifier and Type | Method | Description |
|---|---|---|
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 |
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.
|
public java.lang.String getName()
public java.lang.String getUrl()
public void setName(java.lang.String name)
name - public void setUrl(java.lang.String url)
url -