public class OrganisationInformation extends Object
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() |
public OrganisationInformation()
public OrganisationInformation(String name, String url, String logoLocation)
public String getLogoLocation()
public void setLogoLocation(String logoLocation)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.