Class EventCommentReplyDto
java.lang.Object
org.opencastproject.event.comment.persistence.EventCommentReplyDto
Entity object for the comment replies.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventCommentReplyDtofrom(EventCommentReply reply) Returns the authorReturns the creation datelonggetId()Returns the id of this entityReturns the modification dategetText()Returns the textvoidSets the authorvoidsetCreationDate(Date creationDate) Sets the creation datevoidsetModificationDate(Date modificationDate) Sets the modification datevoidSets the texttoCommentReply(UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, String organization) Returns the business object of this comment reply
-
Constructor Details
-
EventCommentReplyDto
public EventCommentReplyDto()Default constructor
-
-
Method Details
-
from
-
getId
public long getId()Returns the id of this entity- Returns:
- the id as long
-
setText
Sets the text- Parameters:
text- the text
-
getText
Returns the text- Returns:
- the text
-
setCreationDate
Sets the creation date- Parameters:
creationDate- the creation date
-
getCreationDate
Returns the creation date- Returns:
- the creation date
-
setModificationDate
Sets the modification date- Parameters:
modificationDate- the modification date
-
getModificationDate
Returns the modification date- Returns:
- the modification date
-
setAuthor
Sets the author- Parameters:
author- the author
-
getAuthor
Returns the author- Returns:
- the author
-
toCommentReply
public EventCommentReply toCommentReply(UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, String organization) Returns the business object of this comment reply- Returns:
- the business object model of this comment reply
-