public class WallItem extends Object implements Serializable, Comparable<WallItem>
| Constructor and Description |
|---|
WallItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(WallItemComment comment) |
int |
compareTo(WallItem wallItem) |
public void addComment(WallItemComment comment)
public int compareTo(WallItem wallItem)
compareTo in interface Comparable<WallItem>Copyright © 2003–2021 Sakai Project. All rights reserved.