|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TeacherComments
Contains teacher's feedback to the student Type is a mime type indicating the type of the value, like plain/text, html, etc Value is a the actual comment represented in plain-text, html, etc
| Method Summary | |
|---|---|
java.lang.String |
getType()
Gets the type of the comment |
java.lang.String |
getValue()
Gets the actual comment |
void |
setType(java.lang.String type)
Sets the type of the comment |
void |
setValue(java.lang.String value)
Sets the actual comment |
| Method Detail |
|---|
java.lang.String getType()
void setType(java.lang.String type)
type - java.lang.String getValue()
void setValue(java.lang.String value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||