fr.paris.lutece.plugins.extend.modules.opengraph.web.component
Class OpengraphMetaTags

java.lang.Object
  extended by fr.paris.lutece.plugins.extend.modules.opengraph.web.component.OpengraphMetaTags

public class OpengraphMetaTags
extends Object

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

OpengraphMetaTags

public OpengraphMetaTags()
Method Detail

getTitle

public String getTitle()
Returns the Title

Returns:
The Title

setTitle

public void setTitle(String strTitle)
Sets the Title

Parameters:
strTitle - The Title

getDescription

public String getDescription()
Returns the Description

Returns:
The Description

setDescription

public void setDescription(String strDescription)
Sets the Description

Parameters:
strDescription - The Description

getUrl

public String getUrl()
Returns the Url

Returns:
The Url

setUrl

public void setUrl(String strUrl)
Sets the Url

Parameters:
strUrl - The Url

getImageUrl

public String getImageUrl()
Returns the ImageUrl

Returns:
The ImageUrl

setImageUrl

public void setImageUrl(String strImageUrl)
Sets the ImageUrl

Parameters:
strImageUrl - The ImageUrl

getSiteName

public String getSiteName()
Returns the SiteName

Returns:
The SiteName

setSiteName

public void setSiteName(String strSiteName)
Sets the SiteName

Parameters:
strSiteName - The SiteName


Copyright © 2013 Mairie de Paris. All Rights Reserved.