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 StringgetDescription()StringgetId()StringgetTitle()voidsetDescription(String description)voidsetId(String id)voidsetTitle(String title)
-