|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.socialnetwork.model.AbstractSocialInformation
com.stratelia.webactiv.calendar.socialnetwork.SocialInformationEvent
public class SocialInformationEvent
Field Summary |
---|
Fields inherited from class com.silverpeas.socialnetwork.model.AbstractSocialInformation |
---|
author, date, description, icon, socialInformationWasupdated, title, type, url |
Constructor Summary | |
---|---|
SocialInformationEvent(Schedulable schedulable)
Constructor with on Param |
|
SocialInformationEvent(Schedulable schedulable,
boolean isMyEvent)
* Constructor with Tow Params |
Method Summary | |
---|---|
int |
compareTo(SocialInformation si)
Indicates whether some other SocialInformation date is befor or after the date of this one. |
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 the icon of this SocialInformation |
String |
getTitle()
return the Title of this SocialInformation |
String |
getUrl()
return the Url of this SocialInfo |
Methods inherited from class com.silverpeas.socialnetwork.model.AbstractSocialInformation |
---|
equals, getType, hashCode, 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 |
---|
public SocialInformationEvent(Schedulable schedulable)
schedulable
- public SocialInformationEvent(Schedulable schedulable, boolean isMyEvent)
schedulable
- isMyEvent
- Method Detail |
---|
public String getIcon()
getIcon
in interface SocialInformation
getIcon
in class AbstractSocialInformation
public String getTitle()
getTitle
in interface SocialInformation
getTitle
in class AbstractSocialInformation
public String getDescription()
getDescription
in interface SocialInformation
getDescription
in class AbstractSocialInformation
public String getAuthor()
getAuthor
in interface SocialInformation
getAuthor
in class AbstractSocialInformation
public String getUrl()
getUrl
in interface SocialInformation
getUrl
in class AbstractSocialInformation
public Date getDate()
getDate
in interface SocialInformation
getDate
in class AbstractSocialInformation
public int compareTo(SocialInformation si)
compareTo
in interface Comparable<SocialInformation>
compareTo
in class AbstractSocialInformation
obj
- the reference object with which to compare.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |