Class IssueComment

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

public class IssueComment extends AbstractComment
A bean to store Help Desk Issue comments.
Since:
1.0
Version:
9.0
Author:
Luke
See Also:
  • Constructor Details

  • Method Details

    • getFAQ

      public boolean getFAQ()
      Returns whether this Comment is an FAQ answer.
      Returns:
      TRUE if the Comment is an FAQ answer, otherwise FALSE
      See Also:
    • setFAQ

      public void setFAQ(boolean isFAQ)
      Updates whether this Comment is an FAQ answer.
      Parameters:
      isFAQ - TRUE if the Comment is an FAQ answer, otherwise FALSE
      See Also:
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class DatabaseBean