|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.extend.modules.opengraph.web.component.OpengraphMetaTags
public class OpengraphMetaTags
This is the business class for the object OpengraphMetaTags
Constructor Summary | |
---|---|
OpengraphMetaTags()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the Description |
String |
getImageUrl()
Returns the ImageUrl |
String |
getSiteName()
Returns the SiteName |
String |
getTitle()
Returns the Title |
String |
getUrl()
Returns the Url |
void |
setDescription(String strDescription)
Sets the Description |
void |
setImageUrl(String strImageUrl)
Sets the ImageUrl |
void |
setSiteName(String strSiteName)
Sets the SiteName |
void |
setTitle(String strTitle)
Sets the Title |
void |
setUrl(String strUrl)
Sets the Url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpengraphMetaTags()
Method Detail |
---|
public String getTitle()
public void setTitle(String strTitle)
strTitle
- The Titlepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic String getUrl()
public void setUrl(String strUrl)
strUrl
- The Urlpublic String getImageUrl()
public void setImageUrl(String strImageUrl)
strImageUrl
- The ImageUrlpublic String getSiteName()
public void setSiteName(String strSiteName)
strSiteName
- The SiteName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |