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 String
getAuteur()
Date
getDate()
String
getDescription()
String
getType()
void
setAuteur(String auteur)
void
setDate(Date date)
void
setDescription(String description)
void
setType(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)
-
-