Class ResponseDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.survey.ResponseDTO
-
- All Implemented Interfaces:
Serializable
public class ResponseDTO extends Object implements Serializable
- Author:
- svu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getId()
void
setContent(String content)
void
setId(String id)
-