Class TopicEntity

  • All Implemented Interfaces:
    Serializable

    @Entity(name="CSTopicEntity")
    public class TopicEntity
    extends Object
    implements Serializable
    Created by The eXo Platform SAS
    Since:
    Apr 27, 2016
    Author:
    boubaker.khanfir@exoplatform.com
    See Also:
    Serialized Form
    • Constructor Detail

      • TopicEntity

        public TopicEntity()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • setType

        public void setType​(IssueType type)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getTicketId

        public String getTicketId()
      • setTicketId

        public void setTicketId​(String ticketId)
      • getStatus

        public String getStatus()
      • setStatus

        public void setStatus​(String status)
      • setSeverity

        public void setSeverity​(IssueSeverity severity)
      • getInfoType

        public InfoType getInfoType()
      • setInfoType

        public void setInfoType​(InfoType infoType)
      • getLink

        public String getLink()
      • setLink

        public void setLink​(String link)
      • getAssignee

        public String getAssignee()
      • setAssignee

        public void setAssignee​(String assignee)
      • setSpace

        public void setSpace​(SpaceEntity space)
      • getCreationDate

        public Calendar getCreationDate()
      • setCreationDate

        public void setCreationDate​(Calendar creationDate)
      • getUpdateDate

        public Calendar getUpdateDate()
      • setUpdateDate

        public void setUpdateDate​(Calendar updateDate)
      • getCreator

        public String getCreator()
      • setCreator

        public void setCreator​(String creator)
      • getOwner

        public Owner getOwner()
      • setOwner

        public void setOwner​(Owner owner)
      • getAttachedJira

        public String getAttachedJira()
      • setAttachedJira

        public void setAttachedJira​(String attachedJira)
      • getFirstWarningDate

        public Calendar getFirstWarningDate()
      • setFirstWarningDate

        public void setFirstWarningDate​(Calendar firstWarningDate)
      • getLastWarningDate

        public Calendar getLastWarningDate()
      • setLastWarningDate

        public void setLastWarningDate​(Calendar lastWarningDate)
      • getAutoAssignDate

        public Calendar getAutoAssignDate()
      • setAutoAssignDate

        public void setAutoAssignDate​(Calendar autoAssignDate)
      • getTimeToFirstResponse

        public Long getTimeToFirstResponse()
      • setTimeToFirstResponse

        public void setTimeToFirstResponse​(Long timeToFirstResponse)
      • getTimeToResolution

        public Long getTimeToResolution()
      • setTimeToResolution

        public void setTimeToResolution​(Long timeToResolution)
      • getCustomerSatisfied

        public Boolean getCustomerSatisfied()
      • setCustomerSatisfied

        public void setCustomerSatisfied​(Boolean customerSatisfied)
      • getReason

        public String getReason()
      • setReason

        public void setReason​(String reason)
      • getRateReason

        public String getRateReason()
      • setRateReason

        public void setRateReason​(String rateReason)