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:
java.io.Serializable

public class ThreadEntry
extends java.lang.Object
implements java.io.Serializable

Author:
Frederic Baude
See Also:
Serialized Form

Constructor Summary
ThreadEntry(DocumentModel comment, int depth)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DocumentModel getComment()
           
 int getDepth()
           
 java.lang.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 java.lang.String getId()

equals

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

hashCode

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.