@Component @Scope(value="prototype") public class ForumEditionOptions extends Object
| Constructor and Description |
|---|
ForumEditionOptions()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.automation.client.model.Document |
getDocument()
Getter for document.
|
org.osivia.portal.api.cms.DocumentType |
getDocumentType()
Getter for documentType.
|
String |
getFragment()
Getter for fragment.
|
ForumEditionMode |
getMode()
Getter for mode.
|
String |
getParentPath()
Getter for parentPath.
|
String |
getTitle()
Getter for title.
|
String |
getViewPath()
Getter for viewPath.
|
void |
setDocument(org.nuxeo.ecm.automation.client.model.Document document)
Setter for document.
|
void |
setDocumentType(org.osivia.portal.api.cms.DocumentType documentType)
Setter for documentType.
|
void |
setFragment(String fragment)
Setter for fragment.
|
void |
setMode(ForumEditionMode mode)
Setter for mode.
|
void |
setParentPath(String parentPath)
Setter for parentPath.
|
void |
setTitle(String title)
Setter for title.
|
void |
setViewPath(String viewPath)
Setter for viewPath.
|
public org.osivia.portal.api.cms.DocumentType getDocumentType()
public void setDocumentType(org.osivia.portal.api.cms.DocumentType documentType)
documentType - the documentType to setpublic ForumEditionMode getMode()
public void setMode(ForumEditionMode mode)
mode - the mode to setpublic org.nuxeo.ecm.automation.client.model.Document getDocument()
public void setDocument(org.nuxeo.ecm.automation.client.model.Document document)
document - the document to setpublic String getParentPath()
public void setParentPath(String parentPath)
parentPath - the parentPath to setpublic String getFragment()
public void setFragment(String fragment)
fragment - the fragment to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getViewPath()
public void setViewPath(String viewPath)
viewPath - the viewPath to setCopyright © 2019 OSIVIA. All rights reserved.