public class OrganisationInformation extends Object implements Serializable
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() |
Modifier and Type | Method and Description |
---|---|
String |
getLogoLocation()
Get name of the organisation.
|
String |
getName()
Get name of the organisation.
|
String |
getUrl()
Get name of the organisation.
|
void |
setLogoLocation(String logoLocation)
Set name of the organisation.
|
void |
setName(String name)
Set name of the organisation.
|
void |
setUrl(String url)
Set name of the organisation.
|
private String logoLocation
public OrganisationInformation()
public String getLogoLocation()
public void setLogoLocation(String logoLocation)
logoLocation
- Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.