Class ActivityFeedQueryEntity


  • public class ActivityFeedQueryEntity
    extends java.lang.Object
    Entity bean to carry query parameters for alf_activity_feed
    Since:
    3.5
    • Constructor Detail

      • ActivityFeedQueryEntity

        public ActivityFeedQueryEntity()
    • Method Detail

      • getNullValue

        public java.lang.String getNullValue()
      • getMinId

        public java.lang.Long getMinId()
      • setMinId

        public void setMinId​(java.lang.Long minId)
      • getMaxId

        public java.lang.Long getMaxId()
      • setMaxId

        public void setMaxId​(java.lang.Long maxId)
      • getMaxFeedSize

        public int getMaxFeedSize()
      • setMaxFeedSize

        public void setMaxFeedSize​(int maxFeedSize)
      • getFeedUserId

        public java.lang.String getFeedUserId()
      • setFeedUserId

        public void setFeedUserId​(java.lang.String feedUserId)
      • getSiteNetwork

        public java.lang.String getSiteNetwork()
      • setSiteNetwork

        public void setSiteNetwork​(java.lang.String siteNetwork)