Class UIAuditComment
- java.lang.Object
-
- org.nuxeo.ecm.platform.audit.api.comment.UIAuditComment
-
public class UIAuditComment extends Object
Simple POJO to store pre-processed comment and associated document.- Since:
- 5.4.2
- Author:
- Tiry ([email protected])
-
-
Field Summary
Fields Modifier and Type Field Description protected String
comment
protected LinkedDocument
linkedDoc
-
Constructor Summary
Constructors Constructor Description UIAuditComment(String comment, LinkedDocument linkedDoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
LinkedDocument
getLinkedDoc()
-
-
-
Field Detail
-
comment
protected final String comment
-
linkedDoc
protected final LinkedDocument linkedDoc
-
-
Constructor Detail
-
UIAuditComment
public UIAuditComment(String comment, LinkedDocument linkedDoc)
-
-
Method Detail
-
getComment
public String getComment()
-
getLinkedDoc
public LinkedDocument getLinkedDoc()
-
-