Class CommentImpl

java.lang.Object
ca.phon.session.impl.CommentImpl
All Implemented Interfaces:
CommentSPI

public class CommentImpl extends Object implements CommentSPI
Implemtation for comment elements.
  • Method Details

    • getValue

      public String getValue()
      Description copied from interface: CommentSPI
      Get the comment string.
      Specified by:
      getValue in interface CommentSPI
      Returns:
      String
    • setValue

      public void setValue(String comment)
      Description copied from interface: CommentSPI
      Set the comment string.
      Specified by:
      setValue in interface CommentSPI
    • getTag

      public String getTag()
      Description copied from interface: CommentSPI
      Get the tag.
      Specified by:
      getTag in interface CommentSPI
      Returns:
      tag for the comment
    • setTag

      public void setTag(String tag)
      Description copied from interface: CommentSPI
      Set the tag (cannot be null).
      Specified by:
      setTag in interface CommentSPI