|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment | |
| org.davesag.generica.core | The core package contains well thought out JavaBeans useful for
most web applications. |
| Uses of Comment in org.davesag.generica.core |
| Methods in org.davesag.generica.core that return Comment | |
Comment |
Story.getComment(int index)
returns the Comment with the given index. |
| Methods in org.davesag.generica.core with parameters of type Comment | |
void |
Story.setComment(int index,
Comment picture)
sets the Comment at the index specified. |
void |
Story.addComment(Comment comment)
Add a Comment to this Story. |
void |
Story.removeComment(Comment comment)
Remove a Comment from this Story. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||