类 CoreBpmnCommentDTO

    • 构造器详细资料

      • CoreBpmnCommentDTO

        public CoreBpmnCommentDTO()
    • 方法详细资料

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getProcId

        public Long getProcId()
      • setProcId

        public void setProcId​(Long procId)
      • getTaskName

        public String getTaskName()
      • setTaskName

        public void setTaskName​(String taskName)
      • getAuditedByName

        public String getAuditedByName()
      • setAuditedByName

        public void setAuditedByName​(String auditedByName)
      • getRoute

        public String getRoute()
      • setRoute

        public void setRoute​(String route)
      • getAuditedTime

        public java.time.LocalDateTime getAuditedTime()
      • setAuditedTime

        public void setAuditedTime​(java.time.LocalDateTime auditedTime)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getAttachmentId

        public Long getAttachmentId()
      • setAttachmentId

        public void setAttachmentId​(Long attachmentId)
      • getAttachmentName

        public String getAttachmentName()
      • setAttachmentName

        public void setAttachmentName​(String attachmentName)