Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.comment.web.ThreadEntry
All Implemented Interfaces:
Serializable

public class ThreadEntry
extends Object
implements Serializable

Author:
Frederic Baude
See Also:
Serialized Form

Constructor Summary
ThreadEntry(DocumentModel comment, int depth)
           
 
Method Summary
 boolean equals(Object obj)
           
 DocumentModel getComment()
           
 int getDepth()
           
 String getId()
           
 int hashCode()
           
 void setComment(DocumentModel comment)
          Deprecated. 
 void setDepth(int depth)
          Deprecated. 
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadEntry

public ThreadEntry(DocumentModel comment,
                   int depth)
Method Detail

getComment

public DocumentModel getComment()

setComment

@Deprecated
public void setComment(DocumentModel comment)
Deprecated. 


getDepth

public int getDepth()

setDepth

@Deprecated
public void setDepth(int depth)
Deprecated. 


getId

public String getId()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.