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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnswerDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComments()
String
getId()
String
getImage()
String
getLabel()
void
setComments(String comments)
void
setId(String id)
void
setImage(String image)
void
setLabel(String label)
-
-
-
Method Detail
-
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)
-
-