org.broadleafcommerce.seo.weave.catalog.domain
Class SeoCatalog

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

public class SeoCatalog
extends Object
implements SeoMetaData

The template class that will be weaved in via JPA class transformation at runtime.

Author:
Andre Azzolini (apazzolini)
See Also:
Serialized Form

Field Summary
protected  SeoMetaDataImpl embeddableSeoMetaData
           
 
Constructor Summary
SeoCatalog()
           
 
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

embeddableSeoMetaData

protected SeoMetaDataImpl embeddableSeoMetaData
Constructor Detail

SeoCatalog

public SeoCatalog()
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 © 2013. All Rights Reserved.