Class JaxbComment

    • Constructor Detail

      • JaxbComment

        public JaxbComment()
      • JaxbComment

        public JaxbComment​(org.kie.api.task.model.Comment comment)
      • JaxbComment

        public JaxbComment​(String userId,
                           Date commentDate,
                           String commentText)
    • Method Detail

      • initialize

        protected void initialize​(org.kie.api.task.model.Comment comment)
      • getId

        public Long getId()
        Specified by:
        getId in interface org.kie.api.task.model.Comment
      • getText

        public String getText()
        Specified by:
        getText in interface org.kie.api.task.model.Comment
      • getAddedBy

        public org.kie.api.task.model.User getAddedBy()
        Specified by:
        getAddedBy in interface org.kie.api.task.model.Comment
      • getAddedById

        public String getAddedById()
      • getAddedAt

        public Date getAddedAt()
        Specified by:
        getAddedAt in interface org.kie.api.task.model.Comment
      • setAddedAt

        public void setAddedAt​(Date commentDate)