Class FeedControlEntity
- java.lang.Object
-
- org.alfresco.repo.domain.activities.FeedControlEntity
-
public class FeedControlEntity extends Object
Activity Feed Control DAO
-
-
Constructor Summary
Constructors Constructor Description FeedControlEntity()FeedControlEntity(String feedUserId)FeedControlEntity(String feedUserId, FeedControl feedControl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppTool()FeedControlgetFeedControl()StringgetFeedUserId()LonggetId()DategetLastModified()StringgetSiteNetwork()voidsetAppTool(String appTool)voidsetFeedUserId(String feedUserId)voidsetId(Long id)voidsetLastModified(Date lastModified)voidsetSiteNetwork(String siteNetwork)StringtoString()
-
-
-
Constructor Detail
-
FeedControlEntity
public FeedControlEntity()
-
FeedControlEntity
public FeedControlEntity(String feedUserId)
-
FeedControlEntity
public FeedControlEntity(String feedUserId, FeedControl feedControl)
-
-
Method Detail
-
getFeedControl
public FeedControl getFeedControl()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getSiteNetwork
public String getSiteNetwork()
-
setSiteNetwork
public void setSiteNetwork(String siteNetwork)
-
getAppTool
public String getAppTool()
-
setAppTool
public void setAppTool(String appTool)
-
getFeedUserId
public String getFeedUserId()
-
setFeedUserId
public void setFeedUserId(String feedUserId)
-
getLastModified
public Date getLastModified()
-
setLastModified
public void setLastModified(Date lastModified)
-
-