org.sakaiproject.profile2.model
Class MessageThread

java.lang.Object
  extended by org.sakaiproject.profile2.model.MessageThread
All Implemented Interfaces:
Serializable, Comparable<Object>

public class MessageThread
extends Object
implements Serializable, Comparable<Object>

MessageThread.java An object to represent info about a message thread This is a persistent Hibernate model

Author:
Steve Swinsburg (steve.swinsburg@gmail.com)
See Also:
Serialized Form

Constructor Summary
MessageThread()
           
 
Method Summary
 int compareTo(Object o)
          Natural sort by order
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageThread

public MessageThread()
Method Detail

compareTo

public int compareTo(Object o)
Natural sort by order

Specified by:
compareTo in interface Comparable<Object>


Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.