org.telscenter.pas.steps.domain
Interface TeacherComments

All Known Implementing Classes:
PlainTextTeacherComments

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

Version:
$Id: $
Author:
Hiroki Terashima

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

getType

java.lang.String getType()
Gets the type of the comment

Returns:
the type

setType

void setType(java.lang.String type)
Sets the type of the comment

Parameters:
type -

getValue

java.lang.String getValue()
Gets the actual comment

Returns:
the value

setValue

void setValue(java.lang.String value)
Sets the actual comment

Parameters:
value -


Copyright © 2004-2008 TELS Center. All Rights Reserved.