@Component @Scope(value="prototype") public class ForumEditionForm extends AbstractForumThreadForm
AbstractForumThreadForm| Constructor and Description |
|---|
ForumEditionForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for description.
|
String |
getDocumentType()
Getter for documentType.
|
String |
getTitle()
Getter for title.
|
Vignette |
getVignette()
Getter for vignette.
|
void |
setDescription(String description)
Setter for description.
|
void |
setDocumentType(String documentType)
Setter for documentType.
|
void |
setTitle(String title)
Setter for title.
|
void |
setVignette(Vignette vignette)
Setter for vignette.
|
getAttachments, getMessage, setAttachments, setMessagepublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Vignette getVignette()
public void setVignette(Vignette vignette)
vignette - the vignette to setpublic String getDocumentType()
public void setDocumentType(String documentType)
documentType - the documentType to setCopyright © 2023 OSIVIA. All rights reserved.