public class Organization extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
Organization()
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
clone()
Method clone.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getName()
Get the full name of the organization.
|
String |
getUrl()
Get the URL to the organization's home page.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setName(String
Set the full name of the organization.
|
void |
setUrl(String
Set the URL to the organization's home page.
|
public Organizationclone()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetName()
public StringgetUrl()
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setName(Stringname)
name -
public void setUrl(Stringurl)
url -