|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.seo.domain.catalog.SeoMetaDataImpl
@Embeddable public class SeoMetaDataImpl
| 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 |
|---|
protected String metaDescription
protected String metaKeywords
protected String metaRobot
protected String titleFragment
| Constructor Detail |
|---|
public SeoMetaDataImpl()
| Method Detail |
|---|
@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 | |||||||||