Class SocialInformationRelationShip
- java.lang.Object
-
- org.silverpeas.core.socialnetwork.model.AbstractSocialInformation
-
- org.silverpeas.core.socialnetwork.relationship.SocialInformationRelationShip
-
- All Implemented Interfaces:
Comparable<SocialInformation>
,SocialInformation
public class SocialInformationRelationShip 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 SocialInformationRelationShip(RelationShip relationShip)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.socialnetwork.model.AbstractSocialInformation
compareByUrl, compareTo, equals, getAuthor, getDate, getDescription, getIcon, getResourceReference, getTitle, getType, getUrl, hashCode, isUpdated, setAuthor, setDate, setDescription, setIcon, setTitle, setType, setUpdated, setUrl
-
-
-
-
Constructor Detail
-
SocialInformationRelationShip
public SocialInformationRelationShip(RelationShip relationShip)
- Parameters:
relationShip
- the relationship
-
-