org.nuxeo.webengine.sites.models
Class WebpageCommentModel
java.lang.Object
org.nuxeo.theme.models.AbstractModel
org.nuxeo.webengine.sites.models.WebpageCommentModel
- All Implemented Interfaces:
- Model
public class WebpageCommentModel
- extends AbstractModel
Model related to the comments that are last added under a WebPage
under a WebSite, in the fragment initialization mechanism.
- Author:
- rux
WebpageCommentModel
public WebpageCommentModel(String pageTitle,
String pagePath,
String content,
String author,
String day,
String month)
getContent
public String getContent()
setContent
public void setContent(String content)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getDay
public String getDay()
setDay
public void setDay(String day)
getMonth
public String getMonth()
setMonth
public void setMonth(String month)
getPageTitle
public String getPageTitle()
setPageTitle
public void setPageTitle(String pageTitle)
getPagePath
public String getPagePath()
setPagePath
public void setPagePath(String pagePath)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.