public class ActivityImpl extends Object implements Activity
Activity
.Constructor and Description |
---|
ActivityImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ActivityReply> |
getActivityReplies()
Returns the list of
ActivityReply of this Activity . |
String |
getActor() |
String |
getContext()
Returns the context of this
Activity . |
String |
getDisplayActor() |
String |
getDisplayObject() |
String |
getDisplayTarget() |
Long |
getId() |
Date |
getLastUpdatedDate()
Returns the last updated date of this
Activity . |
String |
getObject() |
Date |
getPublishedDate() |
String |
getReplies()
Returns the replies of this
Activity . |
String |
getTarget() |
String |
getVerb() |
int |
hashCode() |
void |
setActivityReplies(List<ActivityReply> activityReplies)
Sets the replies of this
Activity . |
void |
setActor(String actor) |
void |
setContext(String context)
Sets the context of this
Activity . |
void |
setDisplayActor(String displayActor) |
void |
setDisplayObject(String displayObject) |
void |
setDisplayTarget(String displayTarget) |
void |
setId(Long id) |
void |
setLastUpdatedDate(Date lastUpdated)
Sets the last updated date of this
Activity . |
void |
setObject(String object) |
void |
setPublishedDate(Date publishedDate) |
void |
setReplies(String replies)
Sets the replies of this
Activity . |
void |
setTarget(String target) |
void |
setVerb(String verb) |
Map<String,String> |
toMap() |
String |
toString() |
public void setId(Long id)
public String getDisplayActor()
getDisplayActor
in interface Activity
public void setDisplayActor(String displayActor)
setDisplayActor
in interface Activity
public String getDisplayObject()
getDisplayObject
in interface Activity
public void setDisplayObject(String displayObject)
setDisplayObject
in interface Activity
public String getDisplayTarget()
getDisplayTarget
in interface Activity
public void setDisplayTarget(String displayTarget)
setDisplayTarget
in interface Activity
public String getContext()
Activity
Activity
.getContext
in interface Activity
public void setContext(String context)
Activity
Activity
.setContext
in interface Activity
public Date getPublishedDate()
getPublishedDate
in interface Activity
public void setPublishedDate(Date publishedDate)
setPublishedDate
in interface Activity
public Date getLastUpdatedDate()
Activity
Activity
.getLastUpdatedDate
in interface Activity
public void setLastUpdatedDate(Date lastUpdated)
Activity
Activity
.setLastUpdatedDate
in interface Activity
public String getReplies()
Activity
Activity
.
The replies are stored as a JSON string.
getReplies
in interface Activity
public void setReplies(String replies)
Activity
Activity
.setReplies
in interface Activity
public List<ActivityReply> getActivityReplies()
Activity
ActivityReply
of this Activity
.getActivityReplies
in interface Activity
public void setActivityReplies(List<ActivityReply> activityReplies)
Activity
Activity
.setActivityReplies
in interface Activity
Copyright © 2013 Nuxeo SA. All Rights Reserved.