Class QCEntry

    • Constructor Detail

      • QCEntry

        public QCEntry()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • getCreatedDate

        public java.util.Date getCreatedDate()
      • getMessage

        public abstract java.lang.String getMessage()
        Get the message for the qc entry
        Returns:
        the qc entry message to display
      • getType

        public abstract QCEntry.QCEntryType getType()
        Return the type of qc entry. This will be used for display and grouping in the UI.
        Returns:
        the type of qc entry
      • addProjectSettings

        public abstract void addProjectSettings​(Project project)
        Enhance the QCEntry with a Project if required. This way a QCEntry can read project's settings to decide whether it's positive or negative.
        Parameters:
        project - the Project to read from
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object