Class AnswerDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.survey.AnswerDTO
All Implemented Interfaces:
Serializable

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

    • AnswerDTO

      public AnswerDTO()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)
    • fromJSON

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

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