Class ReplyDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.faq.ReplyDTO
-
- All Implemented Interfaces:
Serializable
public class ReplyDTO extends Object implements Serializable
- Author:
- svu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReplyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SimpleDocumentDTO>
getAttachments()
String
getContent()
String
getId()
String
getTitle()
void
setAttachments(List<SimpleDocumentDTO> attachments)
void
setContent(String content)
void
setId(String id)
void
setTitle(String title)
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getAttachments
public List<SimpleDocumentDTO> getAttachments()
-
setAttachments
public void setAttachments(List<SimpleDocumentDTO> attachments)
-
getId
public String getId()
-
setId
public void setId(String id)
-
-