org.sakaiproject.profile2.model
Class WallItem

java.lang.Object
  extended by 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
WallItem()
           
 
Method Summary
 void addComment(WallItemComment comment)
           
 int compareTo(WallItem wallItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WallItem

public WallItem()
Method Detail

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.