public class UIComment extends Object implements Comparable, Serializable
Constructor and Description |
---|
UIComment(UIComment parent,
DocumentModel docModel) |
Modifier and Type | Method and Description |
---|---|
boolean |
addChild(UIComment child) |
int |
compareTo(Object o) |
boolean |
equals(Object other) |
List<UIComment> |
getChildren() |
DocumentModel |
getComment() |
DataModel |
getDataModel() |
String |
getId() |
UIComment |
getParent() |
int |
hashCode() |
boolean |
removeChild(UIComment child) |
void |
setChildren(List<UIComment> children) |
public UIComment(UIComment parent, DocumentModel docModel)
public String getId()
public boolean addChild(UIComment child)
public UIComment getParent()
public boolean removeChild(UIComment child)
public DataModel getDataModel()
public int compareTo(Object o)
compareTo
in interface Comparable
public DocumentModel getComment()
Copyright © 2011 Nuxeo SA. All Rights Reserved.