public interface CommentContainer
void
addComment(Comment comment)
Comment[]
getComments()
removeComment(Comment comment)
public void addComment(Comment comment)
public Comment[] getComments()
public void removeComment(Comment comment)