org.sakaiproject.profile2.model
Class WallItem
java.lang.Object
org.sakaiproject.profile2.model.WallItem
- All Implemented Interfaces:
- Serializable, Comparable<WallItem>
public class WallItem
- extends Object
- implements Serializable, Comparable<WallItem>
WallItem represents an item posted on a profile wall. Items can be different
types e.g. events, posts, status updates, and can have comments attached.
- Author:
- d.b.robinson@lancaster.ac.uk
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WallItem
public WallItem()
addComment
public void addComment(WallItemComment comment)
compareTo
public int compareTo(WallItem wallItem)
- Specified by:
compareTo in interface Comparable<WallItem>
Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.