Class CategoryDTO

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

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

    • CategoryDTO

      public CategoryDTO()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • fromJSON

      public static CategoryDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)