Package org.silverpeas.mobile.shared.dto
Class SocialInformationDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.SocialInformationDTO
-
- All Implemented Interfaces:
Serializable
public class SocialInformationDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocialInformationDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuteur()DategetDate()StringgetDescription()StringgetType()voidsetAuteur(String auteur)voidsetDate(Date date)voidsetDescription(String description)voidsetType(String type)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
getDate
public Date getDate()
-
getType
public String getType()
-
getAuteur
public String getAuteur()
-
setDescription
public void setDescription(String description)
-
setDate
public void setDate(Date date)
-
setType
public void setType(String type)
-
setAuteur
public void setAuteur(String auteur)
-
-