|
||||||||||
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.business.OpengraphSocialHub
public class OpengraphSocialHub
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 |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public OpengraphSocialHub()
Method Detail |
---|
public int getOpengraphSocialHubId()
public void setOpengraphSocialHubId(int nOpengraphSocialHubId)
nOpengraphSocialHubId
- The id of the OpengraphSocialHubpublic String getName()
public void setName(String strName)
strName
- The name of the OpengraphSocialHubpublic String getContentHeader()
public void setContentHeader(String strContentHeader)
strContentHeader
- The html header content of the OpengraphSocialHubpublic String getContentBody()
public void setContentBody(String strContentBody)
strContentBody
- The html body content of the OpengraphSocialHubpublic String getContentFooter()
public void setContentFooter(String strContentFooter)
strContentFooter
- The html footer content of the OpengraphSocialHub
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |