org.broadleafcommerce.seo.domain.catalog
Interface SeoMetaData

All Superinterfaces:
Serializable
All Known Implementing Classes:
SeoMetaDataImpl

public interface SeoMetaData
extends Serializable

Author:
Jerry Ocanas (jocanas)

Method Summary
 String getMetaDescription()
          Gets the meta-description.
 String getMetaKeywords()
          Gets the meta-keywords.
 String getMetaRobot()
          Gets the meta-Robot.
 String getTitleFragment()
          Gets the title fragment.
 void setMetaDescription(String metaDescription)
          Sets the metaDescription.
 void setMetaKeywords(String metaKeywords)
          Sets the metaKeywords.
 void setMetaRobot(String metaRobot)
          Sets the metaRobot.
 void setTitleFragment(String titleFragment)
          Sets the titleFragment.
 

Method Detail

getMetaDescription

@Nullable
String getMetaDescription()
Gets the meta-description.

Returns:
the metaDescription

setMetaDescription

void setMetaDescription(@Nullable
                        String metaDescription)
Sets the metaDescription.

Parameters:
metaDescription -

getMetaKeywords

@Nullable
String getMetaKeywords()
Gets the meta-keywords.

Returns:
metaKeywords

setMetaKeywords

void setMetaKeywords(@Nullable
                     String metaKeywords)
Sets the metaKeywords.

Parameters:
metaKeywords -

getMetaRobot

@Nullable
String getMetaRobot()
Gets the meta-Robot.

Returns:
metaRobot

setMetaRobot

void setMetaRobot(@Nullable
                  String metaRobot)
Sets the metaRobot.

Parameters:
metaRobot -

getTitleFragment

@Nullable
String getTitleFragment()
Gets the title fragment.

Returns:
titleFragment

setTitleFragment

void setTitleFragment(@Nullable
                      String titleFragment)
Sets the titleFragment.

Parameters:
titleFragment -


Copyright © 2012. All Rights Reserved.