Class TopicEntity

java.lang.Object
org.exoplatform.cs.entity.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:
  • Constructor Details

    • TopicEntity

      public TopicEntity()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getType

      public IssueType getType()
    • 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)
    • getSeverity

      public IssueSeverity getSeverity()
    • 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)
    • getSpace

      public SpaceEntity getSpace()
    • setSpace

      public void setSpace(SpaceEntity space)
    • getEnvironment

      public EnvironmentEntity getEnvironment()
    • setEnvironment

      public void setEnvironment(EnvironmentEntity environment)
    • getLogs

      public List<LogEntity> getLogs()
    • setLogs

      public void setLogs(List<LogEntity> logs)
    • 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)