com.silverpeas.comment.socialnetwork
Class SocialInformationComment

java.lang.Object
  extended by com.silverpeas.socialnetwork.model.AbstractSocialInformation
      extended by com.silverpeas.comment.socialnetwork.SocialInformationComment
All Implemented Interfaces:
SocialInformation, Comparable<SocialInformation>

public class SocialInformationComment
extends AbstractSocialInformation


Field Summary
 
Fields inherited from class com.silverpeas.socialnetwork.model.AbstractSocialInformation
author, date, description, icon, socialInformationWasupdated, title, type, url
 
Constructor Summary
SocialInformationComment(Comment comment)
          Constructor with one param
 
Method Summary
 boolean equals(Object obj)
          compare to SocialInformationComment if are equals or not
 Comment getComment()
           
 int hashCode()
           
 
Methods inherited from class com.silverpeas.socialnetwork.model.AbstractSocialInformation
compareTo, getAuthor, getDate, getDescription, getIcon, getTitle, getType, getUrl, isUpdated, setAuthor, setDate, setDescription, setIcon, setTitle, setType, setUpdated, setUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialInformationComment

public SocialInformationComment(Comment comment)
Constructor with one param

Parameters:
comment -
Method Detail

equals

public boolean equals(Object obj)
compare to SocialInformationComment if are equals or not

Overrides:
equals in class AbstractSocialInformation
Parameters:
obj -
Returns:
boolean

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSocialInformation

getComment

public Comment getComment()


Copyright © 2016 Silverpeas. All Rights Reserved.