org.broadleafcommerce.seo.domain.catalog
Class SeoMetaDataImpl

java.lang.Object
  extended by org.broadleafcommerce.seo.domain.catalog.SeoMetaDataImpl
All Implemented Interfaces:
Serializable, SeoMetaData

@Embeddable
public class SeoMetaDataImpl
extends Object
implements SeoMetaData

Author:
Jerry Ocanas (jocanas)
See Also:
Serialized Form

Field Summary
protected  String metaDescription
           
protected  String metaKeywords
           
protected  String metaRobot
           
protected  String titleFragment
           
 
Constructor Summary
SeoMetaDataImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaDescription

protected String metaDescription

metaKeywords

protected String metaKeywords

metaRobot

protected String metaRobot

titleFragment

protected String titleFragment
Constructor Detail

SeoMetaDataImpl

public SeoMetaDataImpl()
Method Detail

getMetaDescription

@Nullable
public String getMetaDescription()
Description copied from interface: SeoMetaData
Gets the meta-description.

Specified by:
getMetaDescription in interface SeoMetaData
Returns:
the metaDescription

setMetaDescription

public void setMetaDescription(@Nullable
                               String metaDescription)
Description copied from interface: SeoMetaData
Sets the metaDescription.

Specified by:
setMetaDescription in interface SeoMetaData

getMetaKeywords

@Nullable
public String getMetaKeywords()
Description copied from interface: SeoMetaData
Gets the meta-keywords.

Specified by:
getMetaKeywords in interface SeoMetaData
Returns:
metaKeywords

setMetaKeywords

public void setMetaKeywords(@Nullable
                            String metaKeywords)
Description copied from interface: SeoMetaData
Sets the metaKeywords.

Specified by:
setMetaKeywords in interface SeoMetaData

getMetaRobot

@Nullable
public String getMetaRobot()
Description copied from interface: SeoMetaData
Gets the meta-Robot.

Specified by:
getMetaRobot in interface SeoMetaData
Returns:
metaRobot

setMetaRobot

public void setMetaRobot(@Nullable
                         String metaRobot)
Description copied from interface: SeoMetaData
Sets the metaRobot.

Specified by:
setMetaRobot in interface SeoMetaData

getTitleFragment

@Nullable
public String getTitleFragment()
Description copied from interface: SeoMetaData
Gets the title fragment.

Specified by:
getTitleFragment in interface SeoMetaData
Returns:
titleFragment

setTitleFragment

public void setTitleFragment(@Nullable
                             String titleFragment)
Description copied from interface: SeoMetaData
Sets the titleFragment.

Specified by:
setTitleFragment in interface SeoMetaData


Copyright © 2012. All Rights Reserved.