public abstract class ThreadObject extends Object
| Constructor and Description |
|---|
ThreadObject()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<fr.toutatice.portail.cms.nuxeo.api.domain.DocumentAttachmentDTO> |
getAttachments()
Getter for attachments.
|
String |
getAuthor()
Getter for author.
|
Date |
getDate()
Getter for date.
|
String |
getMessage()
Getter for message.
|
org.osivia.portal.api.directory.v2.model.Person |
getPerson()
Getter for person.
|
String |
getProfileUrl()
Getter for profileUrl.
|
void |
setAttachments(List<fr.toutatice.portail.cms.nuxeo.api.domain.DocumentAttachmentDTO> attachments)
Setter for attachments.
|
void |
setAuthor(String author)
Setter for author.
|
void |
setDate(Date date)
Setter for date.
|
void |
setMessage(String message)
Setter for message.
|
void |
setPerson(org.osivia.portal.api.directory.v2.model.Person person)
Setter for person.
|
void |
setProfileUrl(String profileUrl)
Setter for profileUrl.
|
public String getMessage()
public void setMessage(String message)
message - the message to setpublic String getAuthor()
public void setAuthor(String author)
author - the author to setpublic org.osivia.portal.api.directory.v2.model.Person getPerson()
public void setPerson(org.osivia.portal.api.directory.v2.model.Person person)
person - the person to setpublic String getProfileUrl()
public void setProfileUrl(String profileUrl)
profileUrl - the profileUrl to setpublic Date getDate()
public void setDate(Date date)
date - the date 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 © 2022 OSIVIA. All rights reserved.