edu.indiana.dlib.metsnav.config
Class InterfaceConfig
java.lang.Object
edu.indiana.dlib.metsnav.config.InterfaceConfig
- All Implemented Interfaces:
- Serializable
public class InterfaceConfig
- extends Object
- implements Serializable
- Author:
- David Jiao
- See Also:
- Serialized Form
InterfaceConfig
public InterfaceConfig()
getBannerBackground
public String getBannerBackground()
- Returns:
- Returns the bannerBackground.
getBannerLogo
public String getBannerLogo()
- Returns:
- Returns the bannerLogo.
getBannerTitle
public String getBannerTitle()
- Returns:
- Returns the bannerTitle.
getBottomDivType
public String getBottomDivType()
- Returns:
- Returns the bottomDivType.
getCssLocation
public String getCssLocation()
- Returns:
- Returns the cssLocation.
getDefaultDivLabel
public String getDefaultDivLabel()
- Returns:
- Returns the defaultDivLabel.
getDocumentDescriptionPath
public String getDocumentDescriptionPath()
- Returns:
- Returns the documentDescriptionPath.
getFooterFeedbackAddress
public String getFooterFeedbackAddress()
- Returns:
- Returns the footerFeedbackAddress.
getFooterFeedbackLabel
public String getFooterFeedbackLabel()
- Returns:
- Returns the footerFeedbackLabel.
getFooterPublisher
public Map getFooterPublisher()
- Returns:
- Returns the footerPublisher.
getItemDescriptionPath
public String getItemDescriptionPath()
- Returns:
- Returns the itemDescriptionPath.
getLinkBackLabel
public String getLinkBackLabel()
- Returns:
- Returns the linkBackLabel.
getLinkBackUrl
public String getLinkBackUrl()
- Returns:
- Returns the linkBackUrl.
getSiteNavigation
public Map getSiteNavigation()
- Returns:
- Returns the siteNavigation.
getTemplateLayoutName
public String getTemplateLayoutName()
- Returns:
- Returns the templateLayoutName.
getTemplateTileSetName
public String getTemplateTileSetName()
- Returns:
- Returns the templateTileSetName.
getTopDivType
public String getTopDivType()
- Returns:
- Returns the topDivType.
isDisplayUnlabeledDivs
public boolean isDisplayUnlabeledDivs()
- Returns:
- Returns the displayUnlabeledDivs.
isFooterCurrentUrl
public boolean isFooterCurrentUrl()
- Returns:
- Returns the footerCurrentUrl.
isFooterLastUpdated
public boolean isFooterLastUpdated()
- Returns:
- Returns the footerLastUpdated.
setBannerBackground
public void setBannerBackground(String bannerBackground)
- Parameters:
bannerBackground
- The bannerBackground to set.
setBannerLogo
public void setBannerLogo(String bannerLogo)
- Parameters:
bannerLogo
- The bannerLogo to set.
setBannerTitle
public void setBannerTitle(String bannerTitle)
- Parameters:
bannerTitle
- The bannerTitle to set.
setBottomDivType
public void setBottomDivType(String bottomDivType)
- Parameters:
bottomDivType
- The bottomDivType to set.
setCssLocation
public void setCssLocation(String cssLocation)
- Parameters:
cssLocation
- The cssLocation to set.
setDefaultDivLabel
public void setDefaultDivLabel(String defaultDivLabel)
- Parameters:
defaultDivLabel
- The defaultDivLabel to set.
setDisplayUnlabeledDivs
public void setDisplayUnlabeledDivs(boolean displayUnlabeledDivs)
- Parameters:
displayUnlabeledDivs
- The displayUnlabeledDivs to set.
setDocumentDescriptionPath
public void setDocumentDescriptionPath(String documentDescriptionPath)
- Parameters:
documentDescriptionPath
- The documentDescriptionPath to set.
setFooterCurrentUrl
public void setFooterCurrentUrl(boolean footerUrlDisplay)
- Parameters:
footerUrlDisplay
- The footerUrlDisplay to set.
setFooterFeedbackAddress
public void setFooterFeedbackAddress(String footerFeedbackAddress)
- Parameters:
footerFeedbackAddress
- The footerFeedbackAddress to set.
setFooterFeedbackLabel
public void setFooterFeedbackLabel(String footerFeedbackLabel)
- Parameters:
footerFeedbackLabel
- The footerFeedbackLabel to set.
setFooterLastUpdated
public void setFooterLastUpdated(boolean footerLastUpdated)
- Parameters:
footerLastUpdated
- The footerLastUpdated to set.
setFooterPublisher
public void setFooterPublisher(Map footerPublisher)
- Parameters:
footerPublisher
- The footerPublisher to set.
setItemDescriptionPath
public void setItemDescriptionPath(String itemDescriptionPath)
- Parameters:
itemDescriptionPath
- The itemDescriptionPath to set.
setLinkBackLabel
public void setLinkBackLabel(String linkBackLabel)
- Parameters:
linkBackLabel
- The linkBackLabel to set.
setLinkBackUrl
public void setLinkBackUrl(String linkBackUrl)
- Parameters:
linkBackUrl
- The linkBackUrl to set.
setSiteNavigation
public void setSiteNavigation(Map siteNavigation)
- Parameters:
siteNavigation
- The siteNavigation to set.
setTemplateLayoutName
public void setTemplateLayoutName(String templateLayoutName)
- Parameters:
templateLayoutName
- The templateLayoutName to set.
setTemplateTileSetName
public void setTemplateTileSetName(String templateTileSetName)
- Parameters:
templateTileSetName
- The templateTileSetName to set.
setTopDivType
public void setTopDivType(String topDivType)
- Parameters:
topDivType
- The topDivType to set.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005 Trustees of Indiana University. All Rights Reserved.