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() |
javax.faces.model.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 javax.faces.model.DataModel getDataModel()
public int compareTo(Object o)
compareTo in interface Comparablepublic DocumentModel getComment()
Copyright © 2014 Nuxeo SA. All rights reserved.