|
||||||||||
| 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 SocialInformationgetIcon in class AbstractSocialInformationpublic String getTitle()
getTitle in interface SocialInformationgetTitle in class AbstractSocialInformationpublic String getDescription()
getDescription in interface SocialInformationgetDescription in class AbstractSocialInformationpublic String getAuthor()
getAuthor in interface SocialInformationgetAuthor in class AbstractSocialInformationpublic String getUrl()
getUrl in interface SocialInformationgetUrl in class AbstractSocialInformationpublic Date getDate()
getDate in interface SocialInformationgetDate in class AbstractSocialInformationpublic int compareTo(SocialInformation si)
compareTo in interface Comparable<SocialInformation>compareTo in class AbstractSocialInformationobj - the reference object with which to compare.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||