com.deltalearn.rte.webservice.data
Interface IComment


public interface IComment

Represents a comment, either from the LMS or from a learner.

Version:
0.1

Method Summary
 java.lang.String getComment()
          Returns the textual comment.
 java.lang.String getLocation()
          Returns the location of the comment.
 ITime getTimestamp()
          Returns the time in which the comment was created.
 

Method Detail

getComment

java.lang.String getComment()
Returns the textual comment.

Returns:
the textual comment

getLocation

java.lang.String getLocation()
Returns the location of the comment. This is a SCO defined text. May be null.

Returns:
the location of the comment, or null

getTimestamp

ITime getTimestamp()
Returns the time in which the comment was created. May be null, since this value is set by a SCO.

Returns:
the time in which the comment was created, or null