Class ValidationRequestDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.formsonline.ValidationRequestDTO
All Implemented Interfaces:
Serializable

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

    • ValidationRequestDTO

      public ValidationRequestDTO()
  • Method Details

    • getDecision

      public String getDecision()
    • setDecision

      public void setDecision(String decision)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • toJSON

      public Object toJSON()