Class FeedControlEntity


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

      • FeedControlEntity

        public FeedControlEntity()
      • FeedControlEntity

        public FeedControlEntity​(String feedUserId)
      • FeedControlEntity

        public FeedControlEntity​(String feedUserId,
                                 FeedControl feedControl)
    • Method Detail

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