Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.comment.web
Class UIComment

java.lang.Object
  extended by org.nuxeo.ecm.platform.comment.web.UIComment
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class UIComment
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable

Author:
George Lefter
See Also:
Serialized Form

Constructor Summary
UIComment(UIComment parent, DocumentModel docModel)
           
 
Method Summary
 boolean addChild(UIComment child)
           
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object other)
           
 java.util.List<UIComment> getChildren()
           
 DocumentModel getComment()
           
 javax.faces.model.DataModel getDataModel()
           
 java.lang.String getId()
           
 UIComment getParent()
           
 int hashCode()
           
 boolean removeChild(UIComment child)
           
 void setChildren(java.util.List<UIComment> children)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComment

public UIComment(UIComment parent,
                 DocumentModel docModel)
Method Detail

getId

public java.lang.String getId()

getChildren

public java.util.List<UIComment> getChildren()

setChildren

public void setChildren(java.util.List<UIComment> children)

addChild

public boolean addChild(UIComment child)

getParent

public UIComment getParent()

removeChild

public boolean removeChild(UIComment child)

getDataModel

public javax.faces.model.DataModel getDataModel()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

getComment

public DocumentModel getComment()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.