|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreparedAnswer
An author of the brainstorm can prepare canned responses. These responses will be added to the brainstorm as Answers when the brainstorm is set up for a run. This is so that when a student is first to post, he/she will be able to see these responses as opposed to nothing. These will actually be posted by the teacher of the run, but the name under which it will be posted can be set by the author of the brainstorm. PreparedAnswers themselves cannot be added
| Method Summary | |
|---|---|
String |
getBody()
Gets the actual body of this revision in string format. |
String |
getDisplayname()
Sets the name that this answer will be posted as. |
void |
setBody(String body)
Sets the body of this revision in string format. |
void |
setDisplayname(String displayname)
Sets the name that this answer will be posted as. |
| Methods inherited from interface net.sf.sail.webapp.domain.Persistable |
|---|
getId |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getDisplayname()
void setDisplayname(String displayname)
name - String getBody()
void setBody(String body)
body -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||