|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.extras.as.core.model.ActivityStreamImpl
public class ActivityStreamImpl
A simple, bean-based version of an ActivityStream
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.extras.as.opensocial.model.ActivityStream |
|---|
ActivityStream.Field |
| Constructor Summary | |
|---|---|
ActivityStreamImpl()
Create a new empty ActivityStream |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityStreamImpl()
| Method Detail |
|---|
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 string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||