Class FeedControlEntity

java.lang.Object
org.alfresco.repo.domain.activities.FeedControlEntity

public class FeedControlEntity extends Object
Activity Feed Control DAO
  • Constructor Details

    • FeedControlEntity

      public FeedControlEntity()
    • FeedControlEntity

      public FeedControlEntity(String feedUserId)
    • FeedControlEntity

      public FeedControlEntity(String feedUserId, FeedControl feedControl)
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object