public class PageData extends Object
Constructor and Description |
---|
PageData() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the page content.
|
String |
getCssUrl()
Returns the URL of the Cascading Style Sheet associated to this page
|
String |
getCustomizeCssUrl()
Returns the URL of the Customize Cascading Style Sheet associated to this page
|
Timestamp |
getDateUpdate()
Returns the update date of the page
|
boolean |
getDisplayDateUpdate()
Returns the display update date boolean
|
String |
getFavicon()
Returns the favicon of the page
|
String |
getFavourite()
Returns the favourite of the page
|
String |
getHeader()
Returns the header to display at the top of the page.
|
String |
getMenu()
Returns the menu associated to the page
|
String |
getMetaAuthor()
Returns Author to mention in the META tags of the page.
|
String |
getMetaCopyright()
Returns Copyright to mention in the META tags of the page.
|
String |
getMetaDescription()
Returns Description to mention in the META tags of the page.
|
String |
getMetaKeywords()
Returns Keywords to mention in the META tags of the page.
|
String |
getName()
Returns the name of the page
|
String |
getPagePath()
Returns the page path.
|
String |
getPluginsCssUrl()
Returns the URL of the Plugins Cascading Style Sheet associated to this page
|
String |
getTheme()
Returns the theme of the page
|
String |
getTreeMenu()
Returns the page path.
|
boolean |
isHomePage()
Returns weither the current page is an homepage or not.
|
void |
setContent(String strContent)
Sets the page content.
|
void |
setCssUrl(String strCssUrl)
Sets the URL of the Cascading Style Sheet associated to this page
|
void |
setCustomizeCssUrl(String strCustomizeCssUrl)
Sets the URL of the Customize Cascading Style Sheet associated to this page
|
void |
setDateUpdate(Timestamp tsDateUpdate)
Sets the update date of the page.
|
void |
setDisplayDateUpdate(boolean bDisplayDateUpdate)
Sets the display update date boolean.
|
void |
setFavicon(String strFavicon)
Sets the Favicon of the page to the specified string.
|
void |
setFavourite(String strFavourite)
Sets the favourite of the page to the specified string.
|
void |
setHeader(String strHeader)
Sets the header to display at the top of the page.
|
void |
setHomePage(boolean bHomePage)
Sets the homepage indicator.
|
void |
setMenu(String strMenu)
Sets the menu associated to the page
|
void |
setMetaAuthor(String strMetaAuthor)
Sets Author to mention in the META tags of the page.
|
void |
setMetaCopyright(String strMetaCopyright)
Sets Copyright to mention in the META tags of the page.
|
void |
setMetaDescription(String strMetaDescription)
Sets Description to mention in the META tags of the page.
|
void |
setMetaKeywords(String strMetaKeywords)
Sets Keywords to mention in the META tags of the page.
|
void |
setName(String strName)
Sets the name of the page to the specified string.
|
void |
setPagePath(String strPagePath)
Set the page path.
|
void |
setPluginsCssUrl(String strPluginsCssUrl)
Sets the URL of the Plugins Cascading Style Sheet associated to this page
|
void |
setTheme(String strTheme)
Sets the Theme of the page to the specified string.
|
void |
setTreeMenu(String strTreeMenu)
Set the page path.
|
public String getName()
public void setName(String strName)
strName
- The new name of the page.public String getFavourite()
public void setFavourite(String strFavourite)
strFavourite
- The new favourite of the page.public String getCssUrl()
public void setCssUrl(String strCssUrl)
strCssUrl
- Sets the URL of the Cascading Style Sheet associated to this page to the specified string.public String getCustomizeCssUrl()
public void setCustomizeCssUrl(String strCustomizeCssUrl)
strCustomizeCssUrl
- Sets the URL of the Customize Cascading Style Sheet associated to this page to the specified string.public String getPluginsCssUrl()
public void setPluginsCssUrl(String strPluginsCssUrl)
strPluginsCssUrl
- Sets the URL of the Plugins Cascading Style Sheet associated to this page to the specified string.public String getMetaAuthor()
public void setMetaAuthor(String strMetaAuthor)
strMetaAuthor
- The Author to mention in the META tags of the pagepublic String getMetaCopyright()
public void setMetaCopyright(String strMetaCopyright)
strMetaCopyright
- The Copyright to mention in the META tags of the pagepublic String getMetaKeywords()
public void setMetaKeywords(String strMetaKeywords)
strMetaKeywords
- The Keywords to mention in the META tags of the page.public String getMetaDescription()
public void setMetaDescription(String strMetaDescription)
strMetaDescription
- The Description to mention in the META tags of the page.public String getHeader()
public void setHeader(String strHeader)
strHeader
- Sets the header to display at the top of the page.public String getMenu()
public void setMenu(String strMenu)
strMenu
- The HTML code of the menu to associate to the page as a Stringpublic String getPagePath()
public void setPagePath(String strPagePath)
strPagePath
- the page pathpublic String getTreeMenu()
public void setTreeMenu(String strTreeMenu)
strTreeMenu
- the page pathpublic String getContent()
public void setContent(String strContent)
strContent
- The HTML code of the page content as a String.public String getFavicon()
public void setFavicon(String strFavicon)
strFavicon
- The new Favicon of the page.public String getTheme()
public void setTheme(String strTheme)
strTheme
- The new Theme of the page.public boolean isHomePage()
public void setHomePage(boolean bHomePage)
bHomePage
- Should be true if the page is an homepage, otherwise false.public Timestamp getDateUpdate()
public void setDateUpdate(Timestamp tsDateUpdate)
strFavicon
- The new Favicon of the page.public boolean getDisplayDateUpdate()
public void setDisplayDateUpdate(boolean bDisplayDateUpdate)
bDisplayDateUpdate
- The display update date boolean.Copyright © 2020 City of Paris. All rights reserved.