com.silverpeas.socialnetwork.model
Interface SocialInformation

All Superinterfaces:
Comparable<SocialInformation>
All Known Implementing Classes:
AbstractSocialInformation, SocialInformationComment, SocialInformationEvent, SocialInformationPublication, SocialInformationRelationShip, SocialInformationStatus

public interface SocialInformation
extends Comparable<SocialInformation>

Author:
azzedine

Method Summary
 String getAuthor()
          return the Author of this SocialInfo
 Date getDate()
          return the Date of this SocialInfo
 String getDescription()
          return the Description of this SocialInformation
 String getIcon()
          return icon name of this SocialInfo
 String getTitle()
          return the Title of this SocialInformation
 String getType()
          return the Type of this SocialInfo
 String getUrl()
          return the Url of this SocialInfo
 boolean isUpdated()
          return if this socialInfo was updated or not
 void setUpdated(boolean updated)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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:

getType

String getType()
return the Type of this SocialInfo

Returns:

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)


Copyright © 2016 Silverpeas. All Rights Reserved.