fr.paris.lutece.plugins.extend.modules.opengraph.business
Class OpengraphSocialHub

java.lang.Object
  extended by fr.paris.lutece.plugins.extend.modules.opengraph.business.OpengraphSocialHub

public class OpengraphSocialHub
extends Object

Class to represent a social hub html template


Field Summary
static String RESOURCE_TYPE
          Opengraph social hub resource type
 
Constructor Summary
OpengraphSocialHub()
           
 
Method Summary
 String getContentBody()
          Get the html body content of the OpengraphSocialHub
 String getContentFooter()
          Get the html footer content of the OpengraphSocialHub
 String getContentHeader()
          Get the html header content of the OpengraphSocialHub
 String getName()
          Get the name of the OpengraphSocialHub
 int getOpengraphSocialHubId()
          Get the id of the OpengraphSocialHub
 void setContentBody(String strContentBody)
          Set the html body content of the OpengraphSocialHub
 void setContentFooter(String strContentFooter)
          Set the html footer content of the OpengraphSocialHub
 void setContentHeader(String strContentHeader)
          Set the html header content of the OpengraphSocialHub
 void setName(String strName)
          Set the name of the OpengraphSocialHub
 void setOpengraphSocialHubId(int nOpengraphSocialHubId)
          Set the id of the OpengraphSocialHub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE

public static final String RESOURCE_TYPE
Opengraph social hub resource type

See Also:
Constant Field Values
Constructor Detail

OpengraphSocialHub

public OpengraphSocialHub()
Method Detail

getOpengraphSocialHubId

public int getOpengraphSocialHubId()
Get the id of the OpengraphSocialHub

Returns:
The id of the OpengraphSocialHub

setOpengraphSocialHubId

public void setOpengraphSocialHubId(int nOpengraphSocialHubId)
Set the id of the OpengraphSocialHub

Parameters:
nOpengraphSocialHubId - The id of the OpengraphSocialHub

getName

public String getName()
Get the name of the OpengraphSocialHub

Returns:
The name of the OpengraphSocialHub

setName

public void setName(String strName)
Set the name of the OpengraphSocialHub

Parameters:
strName - The name of the OpengraphSocialHub

getContentHeader

public String getContentHeader()
Get the html header content of the OpengraphSocialHub

Returns:
The html header content of the OpengraphSocialHub

setContentHeader

public void setContentHeader(String strContentHeader)
Set the html header content of the OpengraphSocialHub

Parameters:
strContentHeader - The html header content of the OpengraphSocialHub

getContentBody

public String getContentBody()
Get the html body content of the OpengraphSocialHub

Returns:
The html body content of the OpengraphSocialHub

setContentBody

public void setContentBody(String strContentBody)
Set the html body content of the OpengraphSocialHub

Parameters:
strContentBody - The html body content of the OpengraphSocialHub

getContentFooter

public String getContentFooter()
Get the html footer content of the OpengraphSocialHub

Returns:
The html footer content of the OpengraphSocialHub

setContentFooter

public void setContentFooter(String strContentFooter)
Set the html footer content of the OpengraphSocialHub

Parameters:
strContentFooter - The html footer content of the OpengraphSocialHub


Copyright © 2013 Mairie de Paris. All Rights Reserved.