Class QuestionDetailDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.faq.QuestionDetailDTO
All Implemented Interfaces:
Serializable

public class QuestionDetailDTO extends Object implements Serializable
Author:
svu
See Also:
  • Constructor Details

    • QuestionDetailDTO

      public QuestionDetailDTO()
  • Method Details

    • getQuestion

      public String getQuestion()
    • setQuestion

      public void setQuestion(String question)
    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String categoryId)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setId

      public void setId(long id)
    • getId

      public long getId()
    • fromJSON

      public static QuestionDetailDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)
    • toJSON

      public jsinterop.base.JsPropertyMap<Object> toJSON()