Class SocialInformationDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.SocialInformationDTO
All Implemented Interfaces:
Serializable

public class SocialInformationDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • SocialInformationDTO

      public SocialInformationDTO()
  • Method Details

    • 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)