Interface TaskComment

  • All Known Implementing Classes:
    TaskCommentImpl

    public interface TaskComment
    TaskComment-Interface to specify TaskComment Attributes.
    • Method Detail

      • getId

        String getId()
        Gets the id of the task comment.
        Returns:
        taskId
      • getTaskId

        String getTaskId()
        Gets the id of the associated task.
        Returns:
        taskId
      • getCreator

        String getCreator()
        Gets the name of the task comment-creator.
        Returns:
        creator
      • getCreatorFullName

        String getCreatorFullName()
        Gets the long name of the task comment creator.
        Returns:
        the long Name of the creator
      • getTextField

        String getTextField()
        Gets the text field of the task comment.
        Returns:
        textField
      • setTextField

        void setTextField​(String textField)
        Sets the text field of the task comment.
        Parameters:
        textField - the text field
      • getCreated

        Instant getCreated()
        Gets the time when the task comment was created.
        Returns:
        the created Instant
      • getModified

        Instant getModified()
        Gets the time when the task comment was last modified.
        Returns:
        the last modified Instant
      • copy

        TaskComment copy()
        Duplicates this TaskComment without the id.
        Returns:
        a copy of this TaskComment