Class ResultDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.search.ResultDTO
All Implemented Interfaces:
Serializable

public class ResultDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • ResultDTO

      public ResultDTO()
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setId

      public void setId(String id)
    • getId

      public String getId()
    • getComponentId

      public String getComponentId()
    • setComponentId

      public void setComponentId(String componentId)
    • getAttachmentId

      public String getAttachmentId()
    • setAttachmentId

      public void setAttachmentId(String attachmentId)
    • fromJSON

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