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()
public Organization clone()
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.