Class CourseComment

All Implemented Interfaces:
Serializable, Comparable<Object>, AuthoredBean, IDBean, Cacheable

public class CourseComment extends AbstractComment
A bean to store comments between Instructors and Students.
Since:
1.0
Version:
9.0
Author:
Luke
See Also:
  • Constructor Details

    • CourseComment

      public CourseComment(int courseID, int authorID)
      Creates a new Comment bean.
      Parameters:
      courseID - the database ID of the Course
      authorID - the database ID of the author
      Throws:
      IllegalArgumentException - if courseID or authorID are zero or negative