Class ResponsibilityEntryEx

    • Method Detail

      • getProblemId

        @Nullable
        public String getProblemId()
      • setProblemId

        public void setProblemId​(@NotNull
                                 String problemId)
      • getStateAsInt

        public int getStateAsInt()
      • setResponsibleUser

        public void setResponsibleUser​(@NotNull
                                       User responsibleUser)
      • setReporterUser

        public void setReporterUser​(@NotNull
                                    User reporterUser)
      • setTimestamp

        public void setTimestamp​(@NotNull
                                 Date timestamp)
      • setComment

        public void setComment​(@NotNull
                               String comment)
      • describe

        @NotNull
        public String describe​(boolean verbose)
        Specified by:
        describe in interface Loggable
        Overrides:
        describe in class ResponsibilityInfo
        Parameters:
        verbose - verbosity of object description
        Returns:
        description of this object. If verbose is true, description should have mode details.