public class OrganisationInformation extends Object
| Modifier and Type | Field and Description | 
|---|---|
private String | 
logoLocation
name of the organisation. 
 | 
private String | 
name
name of the organisation. 
 | 
private String | 
url
name of the organisation. 
 | 
| Constructor and Description | 
|---|
OrganisationInformation()  | 
OrganisationInformation(String name,
                       String url,
                       String logoLocation)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLogoLocation()  | 
String | 
getName()  | 
String | 
getUrl()  | 
void | 
setLogoLocation(String logoLocation)  | 
void | 
setName(String name)  | 
void | 
setUrl(String url)  | 
String | 
toString()  | 
private String logoLocation
public OrganisationInformation()
public OrganisationInformation(String name, String url, String logoLocation)
public String getLogoLocation()
public void setLogoLocation(String logoLocation)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.