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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationRequestDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
String
getDecision()
void
setComment(String comment)
void
setDecision(String decision)
-