Class Comment

All Implemented Interfaces:
IExtendable

public final class Comment extends ExtendableObject
Entity class for comments.
  • Method Details

    • getValue

      public String getValue()
      Get the comment string.
      Returns:
      String
    • setValue

      public void setValue(String comment)
      Set the comment string.
      Parameters:
      comment -
    • getTag

      public String getTag()
      Get the tag for the comment.
      Returns:
      CommentEnum
    • setTag

      public void setTag(String tag)
      Set the tag for the comment, cannot be null
      Parameters:
      type -
      Throws:
      NullPointerException - if tag is null