public class Organization extends Object implements Serializable, Cloneable, InputLocationTracker
| Constructor and Description | 
|---|
| Organization() | 
| Modifier and Type | Method and Description | 
|---|---|
| Organization | clone()Method clone. | 
| InputLocation | getLocation(Object key)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 key,
           InputLocation location)Sets the location of the specified field. | 
| 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 Organization clone()
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public String getName()
public String getUrl()
public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setName(String name)
name - public void setUrl(String url)
url - Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.