|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.socialnetwork.model.AbstractSocialInformation
public abstract class AbstractSocialInformation
| Field Summary | |
|---|---|
protected String |
author
|
protected Date |
date
|
protected String |
description
|
protected String |
icon
|
protected boolean |
socialInformationWasupdated
|
protected String |
title
|
protected String |
type
|
protected String |
url
|
| Constructor Summary | |
|---|---|
AbstractSocialInformation()
|
|
| Method Summary | |
|---|---|
int |
compareTo(SocialInformation o)
Indicates whether some other SocialInformation date is before the date of this one. |
boolean |
equals(Object obj)
|
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 |
int |
hashCode()
|
boolean |
isUpdated()
return if this socialInfo was updated or not |
void |
setAuthor(String author)
|
void |
setDate(Date date)
|
void |
setDescription(String description)
|
void |
setIcon(String icon)
|
void |
setTitle(String title)
|
void |
setType(String type)
|
void |
setUpdated(boolean updated)
|
void |
setUrl(String url)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String title
protected String description
protected String author
protected String url
protected Date date
protected boolean socialInformationWasupdated
protected String type
protected String icon
| Constructor Detail |
|---|
public AbstractSocialInformation()
| Method Detail |
|---|
public String getTitle()
SocialInformation
getTitle in interface SocialInformationpublic String getDescription()
SocialInformation
getDescription in interface SocialInformationpublic String getAuthor()
SocialInformation
getAuthor in interface SocialInformationpublic String getUrl()
SocialInformation
getUrl in interface SocialInformationpublic Date getDate()
SocialInformation
getDate in interface SocialInformationpublic boolean isUpdated()
SocialInformation
isUpdated in interface SocialInformationpublic void setUpdated(boolean updated)
setUpdated in interface SocialInformationpublic void setTitle(String title)
public void setDescription(String description)
public void setAuthor(String author)
public void setUrl(String url)
public void setDate(Date date)
public String getType()
SocialInformation
getType in interface SocialInformationpublic void setType(String type)
public String getIcon()
SocialInformation
getIcon in interface SocialInformationpublic void setIcon(String icon)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(SocialInformation o)
compareTo in interface Comparable<SocialInformation>o - the reference object with which to compare.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||