Interface SocialInformation
-
- All Superinterfaces:
Comparable<SocialInformation>
- All Known Implementing Classes:
AbstractSocialInformation
,CalendarEventOccurrenceSocialInformation
,SocialInformationComment
,SocialInformationEvent
,SocialInformationPublication
,SocialInformationRelationShip
,SocialInformationStatus
public interface SocialInformation extends Comparable<SocialInformation>
- Author:
- azzedine
-
-
Method Summary
All Methods Instance Methods Abstract 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 icon name of this SocialInfoResourceReference
getResourceReference()
String
getTitle()
return the Title of this SocialInformationString
getType()
return the Type of this SocialInfoString
getUrl()
return the Url of this SocialInfoboolean
isUpdated()
return if this socialInfo was updated or notvoid
setUpdated(boolean updated)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getResourceReference
ResourceReference getResourceReference()
- Returns:
- the
ResourceReference
theSocialInformation
is aiming.
-
getTitle
String getTitle()
return the Title of this SocialInformation- Returns:
- String
-
getDescription
String getDescription()
return the Description of this SocialInformation- Returns:
- String
-
getAuthor
String getAuthor()
return the Author of this SocialInfo- Returns:
- String
-
getUrl
String getUrl()
return the Url of this SocialInfo- Returns:
- String
-
getDate
Date getDate()
return the Date of this SocialInfo- Returns:
- Date
-
getType
String getType()
return the Type of this SocialInfo- Returns:
- String
-
getIcon
String getIcon()
return icon name of this SocialInfo- Returns:
- String
-
isUpdated
boolean isUpdated()
return if this socialInfo was updated or not- Returns:
- boolean
-
setUpdated
void setUpdated(boolean updated)
-
-