@Entity(name="SocStreamItem") public class StreamItemEntity extends Object
| Constructor and Description |
|---|
StreamItemEntity() |
StreamItemEntity(StreamType streamType) |
| Modifier and Type | Method and Description |
|---|---|
ActivityEntity |
getActivity() |
Long |
getActivityId() |
Long |
getId() |
Long |
getOwnerId() |
StreamType |
getStreamType() |
Date |
getUpdatedDate() |
void |
setActivity(ActivityEntity activity) |
void |
setActivityId(Long activityId) |
void |
setId(Long id) |
void |
setOwnerId(Long ownerId) |
void |
setStreamType(StreamType streamType) |
void |
setUpdatedDate(Date updatedDate) |
public StreamItemEntity()
public StreamItemEntity(StreamType streamType)
public Long getId()
public void setId(Long id)
public ActivityEntity getActivity()
public void setActivity(ActivityEntity activity)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public StreamType getStreamType()
public void setStreamType(StreamType streamType)
public Date getUpdatedDate()
public void setUpdatedDate(Date updatedDate)
public Long getActivityId()
public void setActivityId(Long activityId)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.