Class CategoryDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.faq.CategoryDTO
-
- All Implemented Interfaces:
Serializable
public class CategoryDTO extends Object implements Serializable
- Author:
- svu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CategoryDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getId()
String
getTitle()
void
setDescription(String description)
void
setId(String id)
void
setTitle(String title)
-