Class ReplyDTO

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

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

    • ReplyDTO

      public ReplyDTO()
  • Method Details

    • fromJSON

      public static ReplyDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getAttachments

      public List<SimpleDocumentDTO> getAttachments()
    • setAttachments

      public void setAttachments(List<SimpleDocumentDTO> attachments)
    • getId

      public String getId()
    • setId

      public void setId(String id)