Class SocialInformationEvent
- java.lang.Object
-
- org.silverpeas.core.socialnetwork.model.AbstractSocialInformation
-
- org.silverpeas.core.personalorganizer.socialnetwork.SocialInformationEvent
-
- All Implemented Interfaces:
Comparable<SocialInformation>
,SocialInformation
public class SocialInformationEvent extends AbstractSocialInformation
- Author:
- Bensalem Nabil
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.socialnetwork.model.AbstractSocialInformation
author, date, description, icon, resourceReference, socialInformationWasupdated, title, type, url
-
-
Constructor Summary
Constructors Constructor Description SocialInformationEvent(Schedulable schedulable)
Constructor with on ParamSocialInformationEvent(Schedulable schedulable, boolean isMyEvent)
* Constructor with Tow Params
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthor()
return the Author of this SocialInfoDate
getDate()
return the Date of this SocialInfoString
getDescription()
return the Description of this SocialInformationString
getIcon()
return the icon of this SocialInformationString
getTitle()
return the Title of this SocialInformationString
getUrl()
return the Url of this SocialInfo-
Methods inherited from class org.silverpeas.core.socialnetwork.model.AbstractSocialInformation
compareByUrl, compareTo, equals, getResourceReference, getType, hashCode, isUpdated, setAuthor, setDate, setDescription, setIcon, setTitle, setType, setUpdated, setUrl
-
-
-
-
Constructor Detail
-
SocialInformationEvent
public SocialInformationEvent(Schedulable schedulable)
Constructor with on Param- Parameters:
schedulable
-
-
SocialInformationEvent
public SocialInformationEvent(Schedulable schedulable, boolean isMyEvent)
* Constructor with Tow Params- Parameters:
schedulable
-isMyEvent
-
-
-
Method Detail
-
getIcon
public String getIcon()
return the icon of this SocialInformation- Specified by:
getIcon
in interfaceSocialInformation
- Overrides:
getIcon
in classAbstractSocialInformation
- Returns:
- String
-
getTitle
public String getTitle()
return the Title of this SocialInformation- Specified by:
getTitle
in interfaceSocialInformation
- Overrides:
getTitle
in classAbstractSocialInformation
- Returns:
- String
-
getDescription
public String getDescription()
return the Description of this SocialInformation- Specified by:
getDescription
in interfaceSocialInformation
- Overrides:
getDescription
in classAbstractSocialInformation
- Returns:
- String
-
getAuthor
public String getAuthor()
return the Author of this SocialInfo- Specified by:
getAuthor
in interfaceSocialInformation
- Overrides:
getAuthor
in classAbstractSocialInformation
- Returns:
- String
-
getUrl
public String getUrl()
return the Url of this SocialInfo- Specified by:
getUrl
in interfaceSocialInformation
- Overrides:
getUrl
in classAbstractSocialInformation
- Returns:
- String
-
getDate
public Date getDate()
return the Date of this SocialInfo- Specified by:
getDate
in interfaceSocialInformation
- Overrides:
getDate
in classAbstractSocialInformation
- Returns:
-
-