public class ActivityStreamImpl extends Object implements ActivityStream
ActivityStream.Field| Constructor and Description |
|---|
ActivityStreamImpl()
Create a new empty ActivityStream
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Get the human readable name for this stream
|
List<ActivityEntry> |
getEntries()
Get the list of ActivityEntry objects
|
String |
getId()
Return the id string
|
String |
getLanguage()
Get the language for this stream
|
String |
getSubject()
Get the subject for this stream
|
void |
setDisplayName(String displayName)
Get the display name for this stream
|
void |
setEntries(List<ActivityEntry> entries)
Set the list of ActivityEntry objects
|
void |
setId(String id)
Sets the Id for this stream
|
void |
setLanguage(String language)
Set the language for this stream
|
void |
setSubject(String subject)
Set the subject for this stream
|
public String getDisplayName()
getDisplayName in interface ActivityStreampublic List<ActivityEntry> getEntries()
getEntries in interface ActivityStreampublic String getId()
getId in interface ActivityStreampublic String getLanguage()
getLanguage in interface ActivityStreampublic String getSubject()
getSubject in interface ActivityStreampublic void setDisplayName(String displayName)
setDisplayName in interface ActivityStreamdisplayName - a display namepublic void setEntries(List<ActivityEntry> entries)
setEntries in interface ActivityStreamentries - a list of ActivityEntrypublic void setId(String id)
setId in interface ActivityStreamid - a stringpublic void setLanguage(String language)
setLanguage in interface ActivityStreamlanguage - a language stringpublic void setSubject(String subject)
setSubject in interface ActivityStreamsubject - a subject stringCopyright © 2007-2012. All Rights Reserved.