Package 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
-
-
Constructor Summary
Constructors Constructor Description WallItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddComment(WallItemComment comment)intcompareTo(WallItem wallItem)
-
-
-
Method Detail
-
addComment
public void addComment(WallItemComment comment)
-
compareTo
public int compareTo(WallItem wallItem)
- Specified by:
compareToin interfaceComparable<WallItem>
-
-