Class PollEntity

    • Constructor Detail

      • PollEntity

        public PollEntity()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getQuestion

        public String getQuestion()
      • setQuestion

        public void setQuestion​(String question)
      • getCreatedDate

        public Date getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(Date createdDate)
      • getEndDate

        public Date getEndDate()
      • setEndDate

        public void setEndDate​(Date endDate)
      • getCreatorId

        public Long getCreatorId()
      • setCreatorId

        public void setCreatorId​(Long creatorId)
      • getActivityId

        public Long getActivityId()
      • setActivityId

        public void setActivityId​(Long activityId)
      • getSpaceId

        public Long getSpaceId()
      • setSpaceId

        public void setSpaceId​(Long spaceId)