|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.seo.weave.catalog.domain.SeoCatalog
public class SeoCatalog
The template class that will be weaved in via JPA class transformation at runtime.
| Field Summary | |
|---|---|
protected SeoMetaDataImpl |
embeddableSeoMetaData
|
| Constructor Summary | |
|---|---|
SeoCatalog()
|
|
| Method Summary | |
|---|---|
protected SeoMetaData |
getEmbeddableSeoMetaData()
|
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 |
|---|
protected SeoMetaDataImpl embeddableSeoMetaData
| Constructor Detail |
|---|
public SeoCatalog()
| Method Detail |
|---|
protected SeoMetaData getEmbeddableSeoMetaData()
@Nullable public String getMetaDescription()
SeoMetaData
getMetaDescription in interface SeoMetaData
public void setMetaDescription(@Nullable
String metaDescription)
SeoMetaData
setMetaDescription in interface SeoMetaData@Nullable public String getMetaKeywords()
SeoMetaData
getMetaKeywords in interface SeoMetaData
public void setMetaKeywords(@Nullable
String metaKeywords)
SeoMetaData
setMetaKeywords in interface SeoMetaData@Nullable public String getMetaRobot()
SeoMetaData
getMetaRobot in interface SeoMetaData
public void setMetaRobot(@Nullable
String metaRobot)
SeoMetaData
setMetaRobot in interface SeoMetaData@Nullable public String getTitleFragment()
SeoMetaData
getTitleFragment in interface SeoMetaData
public void setTitleFragment(@Nullable
String titleFragment)
SeoMetaData
setTitleFragment in interface SeoMetaData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||