Class IssueComment

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

public class IssueComment extends AbstractComment
A bean for storing development issue comments.
Since:
1.0
Version:
9.0
Author:
Luke
See Also:
  • Constructor Details

    • IssueComment

      public IssueComment(int id, String comments)
      Creates a new Issue Comment.
      Parameters:
      id - the database ID
      comments - the comment text
      Throws:
      NullPointerException - if comments is null
      IllegalArgumentException - if id is zero or negative