edu.indiana.dlib.metsnav.config
Class InterfaceConfig

java.lang.Object
  extended by edu.indiana.dlib.metsnav.config.InterfaceConfig
All Implemented Interfaces:
Serializable

public class InterfaceConfig
extends Object
implements Serializable

Author:
David Jiao
See Also:
Serialized Form

Constructor Summary
InterfaceConfig()
           
 
Method Summary
 String getBannerBackground()
           
 String getBannerLogo()
           
 String getBannerTitle()
           
 String getBottomDivType()
           
 String getCssLocation()
           
 String getDefaultDivLabel()
           
 String getDocumentDescriptionPath()
           
 String getFooterFeedbackAddress()
           
 String getFooterFeedbackLabel()
           
 Map getFooterPublisher()
           
 String getItemDescriptionPath()
           
 String getLinkBackLabel()
           
 String getLinkBackUrl()
           
 Map getSiteNavigation()
           
 String getTemplateLayoutName()
           
 String getTemplateTileSetName()
           
 String getTopDivType()
           
 boolean isDisplayUnlabeledDivs()
           
 boolean isFooterCurrentUrl()
           
 boolean isFooterLastUpdated()
           
 void setBannerBackground(String bannerBackground)
           
 void setBannerLogo(String bannerLogo)
           
 void setBannerTitle(String bannerTitle)
           
 void setBottomDivType(String bottomDivType)
           
 void setCssLocation(String cssLocation)
           
 void setDefaultDivLabel(String defaultDivLabel)
           
 void setDisplayUnlabeledDivs(boolean displayUnlabeledDivs)
           
 void setDocumentDescriptionPath(String documentDescriptionPath)
           
 void setFooterCurrentUrl(boolean footerUrlDisplay)
           
 void setFooterFeedbackAddress(String footerFeedbackAddress)
           
 void setFooterFeedbackLabel(String footerFeedbackLabel)
           
 void setFooterLastUpdated(boolean footerLastUpdated)
           
 void setFooterPublisher(Map footerPublisher)
           
 void setItemDescriptionPath(String itemDescriptionPath)
           
 void setLinkBackLabel(String linkBackLabel)
           
 void setLinkBackUrl(String linkBackUrl)
           
 void setSiteNavigation(Map siteNavigation)
           
 void setTemplateLayoutName(String templateLayoutName)
           
 void setTemplateTileSetName(String templateTileSetName)
           
 void setTopDivType(String topDivType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterfaceConfig

public InterfaceConfig()
Method Detail

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.