Class CommentTransferBean
- java.lang.Object
-
- org.sakaiproject.conversations.api.beans.CommentTransferBean
-
public class CommentTransferBean extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleancanDeletebooleancanEditbooleancanViewInstantcreatedStringcreatorStringcreatorDisplayNameStringformattedCreatedDateStringformattedModifiedDateStringidbooleanlockedStringmessageInstantmodifiedStringmodifierStringpostStringsiteId
-
Constructor Summary
Constructors Constructor Description CommentTransferBean()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentasComment()static CommentTransferBeanof(Comment comment)
-
-
-
Field Detail
-
id
public String id
-
message
public String message
-
creator
public String creator
-
created
public Instant created
-
formattedCreatedDate
public String formattedCreatedDate
-
modifier
public String modifier
-
modified
public Instant modified
-
formattedModifiedDate
public String formattedModifiedDate
-
post
public String post
-
siteId
public String siteId
-
locked
public boolean locked
-
creatorDisplayName
public String creatorDisplayName
-
canView
public boolean canView
-
canEdit
public boolean canEdit
-
canDelete
public boolean canDelete
-
-
Method Detail
-
of
public static CommentTransferBean of(Comment comment)
-
asComment
public Comment asComment()
-
-