public class Activity
extends java.lang.Object
| Constructor and Description |
|---|
Activity() |
| Modifier and Type | Method and Description |
|---|---|
Activity |
comment(Comment comment) |
boolean |
equals(java.lang.Object o) |
Comment |
getComment() |
int |
hashCode() |
void |
setComment(Comment comment) |
java.lang.String |
toString() |
public Comment getComment()
public void setComment(Comment comment)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object