org.telscenter.pas.steps.domain
Class PlainTextTeacherComments

java.lang.Object
  extended by org.telscenter.pas.steps.domain.PlainTextTeacherComments
All Implemented Interfaces:
TeacherComments

public class PlainTextTeacherComments
extends java.lang.Object
implements TeacherComments

A Teacher Comment written in plain text

Version:
$Id: $
Author:
Hiroki Terashima

Constructor Summary
PlainTextTeacherComments()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTextTeacherComments

public PlainTextTeacherComments()
Method Detail

getType

public java.lang.String getType()
Description copied from interface: TeacherComments
Gets the type of the comment

Specified by:
getType in interface TeacherComments
Returns:
the type
See Also:
TeacherComments.getType()

getValue

public java.lang.String getValue()
Description copied from interface: TeacherComments
Gets the actual comment

Specified by:
getValue in interface TeacherComments
Returns:
the value
See Also:
TeacherComments.getValue()

setType

public void setType(java.lang.String type)
Description copied from interface: TeacherComments
Sets the type of the comment

Specified by:
setType in interface TeacherComments
See Also:
TeacherComments.setType(java.lang.String)

setValue

public void setValue(java.lang.String value)
Description copied from interface: TeacherComments
Sets the actual comment

Specified by:
setValue in interface TeacherComments
See Also:
TeacherComments.setValue(java.lang.String)


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