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 StringgetComments()StringgetId()StringgetImage()StringgetLabel()voidsetComments(String comments)voidsetId(String id)voidsetImage(String image)voidsetLabel(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)
-
-