Package thredds.server.config
Class TdsServerInfoBean
java.lang.Object
thredds.server.config.TdsServerInfoBean
Server info model
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetContactEmail(String contactEmail) voidsetContactName(String contactName) voidsetContactOrganization(String contactOrganization) voidsetContactPhone(String contactPhone) voidsetHostInstitutionLogoAltText(String hostInstitutionLogoAltText) voidsetHostInstitutionLogoUrl(String hostInstitutionLogoUrl) voidsetHostInstitutionName(String hostInstitutionName) voidsetHostInstitutionWebSite(String hostInstitutionWebSite) voidsetKeywords(String keywords) voidsetLogoAltText(String logoAltText) voidsetLogoUrl(String logoUrl) voidvoidsetSummary(String summary)
-
Constructor Details
-
TdsServerInfoBean
public TdsServerInfoBean()
-
-
Method Details
-
getName
-
setName
-
getLogoUrl
-
setLogoUrl
-
getLogoAltText
-
setLogoAltText
-
getSummary
-
setSummary
-
getKeywords
-
setKeywords
-
getContactName
-
setContactName
-
getContactOrganization
-
setContactOrganization
-
getContactEmail
-
setContactEmail
-
getContactPhone
-
setContactPhone
-
getHostInstitutionName
-
setHostInstitutionName
-
getHostInstitutionWebSite
-
setHostInstitutionWebSite
-
getHostInstitutionLogoUrl
-
setHostInstitutionLogoUrl
-
getHostInstitutionLogoAltText
-
setHostInstitutionLogoAltText
-