Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.audit.api.comment
Class UIAuditComment

java.lang.Object
  extended by 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 (tdelprat@nuxeo.com)

Constructor Summary
UIAuditComment(String comment, LinkedDocument linkedDoc)
           
 
Method Summary
 String getComment()
           
 LinkedDocument getLinkedDoc()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIAuditComment

public UIAuditComment(String comment,
                      LinkedDocument linkedDoc)
Method Detail

getComment

public String getComment()

getLinkedDoc

public LinkedDocument getLinkedDoc()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.