|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.json.simple.JSONObject
org.exoplatform.social.client.core.model.ModelImpl
org.exoplatform.social.client.core.model.RestActivityStreamImpl
public class RestActivityStreamImpl
Implementation of RestActivityStream.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface org.exoplatform.social.client.api.model.RestActivityStream |
|---|
RestActivityStream.Field |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.social.client.core.model.ModelImpl |
|---|
propertyChanges |
| Constructor Summary | |
|---|---|
RestActivityStreamImpl()
Default constructor |
|
RestActivityStreamImpl(String type,
String prettyId,
String fullName,
String faviconUrl,
String title,
String permaLink)
Constructor to set values. |
|
| Method Summary | |
|---|---|
String |
getFaviconUrl()
Gets the favicon url of the activity stream. |
String |
getFullName()
Gets the full name of activity stream owner. |
String |
getPermaLink()
Gets the permanent link for activity stream. |
String |
getPrettyId()
Gets the pretty id from the activity stream. |
String |
getTitle()
Gets activity stream's title. |
String |
getType()
Gets the type of activity stream. |
void |
setFaviconUrl(String faviconUrl)
Sets the favicon url for the activity stream. |
void |
setFullName(String fullName)
Sets the full name for the activity stream owner. |
void |
setPermaLink(String permanLink)
Sets the permanent link for activity stream. |
void |
setPrettyId(String prettyId)
Sets the pretty id for the activity stream. |
void |
setTitle(String title)
Sets the activity stream title. |
void |
setType(String type)
Sets the type of activity stream. |
| Methods inherited from class org.exoplatform.social.client.core.model.ModelImpl |
|---|
addPropertyChangeListener, addToListField, findPropertyChangeListeners, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, hasField, isFieldMultikeyed, isFieldMultivalued, removePropertyChangeListener, setField |
| Methods inherited from class org.json.simple.JSONObject |
|---|
escape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONString |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface org.json.simple.JSONAware |
|---|
toJSONString |
| Methods inherited from interface org.json.simple.JSONStreamAware |
|---|
writeJSONString |
| Constructor Detail |
|---|
public RestActivityStreamImpl()
public RestActivityStreamImpl(String type,
String prettyId,
String fullName,
String faviconUrl,
String title,
String permaLink)
type - the typeprettyId - the pretty idfaviconUrl - the favicon urltitle - the titlepermaLink - the permalink| Method Detail |
|---|
public String getType()
getType in interface RestActivityStreampublic void setType(String type)
setType in interface RestActivityStreamtype - the typepublic String getPrettyId()
getPrettyId in interface RestActivityStreampublic void setPrettyId(String prettyId)
setPrettyId in interface RestActivityStreamprettyId - the pretty idpublic String getFullName()
getFullName in interface RestActivityStreampublic void setFullName(String fullName)
setFullName in interface RestActivityStreamfullName - the full namepublic String getFaviconUrl()
getFaviconUrl in interface RestActivityStreampublic void setFaviconUrl(String faviconUrl)
setFaviconUrl in interface RestActivityStreamfaviconUrl - the favicon urlpublic String getTitle()
getTitle in interface RestActivityStreampublic void setTitle(String title)
setTitle in interface RestActivityStreamtitle - the activity stream's titlepublic String getPermaLink()
getPermaLink in interface RestActivityStreampublic void setPermaLink(String permanLink)
setPermaLink in interface RestActivityStreampermanLink - the permanent link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||