public class Question extends Object
| Constructor and Description |
|---|
Question()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<fr.toutatice.portail.cms.nuxeo.api.domain.DocumentAttachmentDTO> |
getAttachments()
Getter for attachments.
|
String |
getId()
Getter for id.
|
String |
getMessage()
Getter for message.
|
String |
getPath()
Getter for path.
|
String |
getTitle()
Getter for title.
|
void |
setAttachments(List<fr.toutatice.portail.cms.nuxeo.api.domain.DocumentAttachmentDTO> attachments)
Setter for attachments.
|
void |
setId(String id)
Setter for id.
|
void |
setMessage(String message)
Setter for message.
|
void |
setPath(String path)
Setter for path.
|
void |
setTitle(String title)
Setter for title.
|
public String getId()
public void setId(String id)
id - the id to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getMessage()
public void setMessage(String message)
message - the message to setpublic List<fr.toutatice.portail.cms.nuxeo.api.domain.DocumentAttachmentDTO> getAttachments()
public void setAttachments(List<fr.toutatice.portail.cms.nuxeo.api.domain.DocumentAttachmentDTO> attachments)
attachments - the attachments to setCopyright © 2019 OSIVIA. All rights reserved.