org.sakaiproject.profile2.model
Class MessageThread
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageThread
public MessageThread()
compareTo
public int compareTo(Object o)
- Natural sort by order
- Specified by:
compareTo in interface Comparable<Object>
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.