Class RuleEntity

    • Field Detail

      • id

        protected Long id
      • title

        protected String title
      • description

        protected String description
      • score

        protected int score
      • event

        protected String event
      • isEnabled

        protected boolean isEnabled
      • isDeleted

        protected boolean isDeleted
    • Constructor Detail

      • RuleEntity

        public RuleEntity()
    • Method Detail

      • getManagers

        public List<Long> getManagers()
      • setManagers

        public void setManagers​(List<Long> managers)
      • setType

        public void setType​(TypeRule type)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getScore

        public int getScore()
      • setScore

        public void setScore​(int score)
      • getArea

        public String getArea()
      • setArea

        public void setArea​(String area)
      • isEnabled

        public boolean isEnabled()
      • getAudience

        public Long getAudience()
      • setAudience

        public void setAudience​(Long audience)
      • getStartDate

        public Date getStartDate()
      • setStartDate

        public void setStartDate​(Date startDate)
      • getEndDate

        public Date getEndDate()
      • setEndDate

        public void setEndDate​(Date endDate)
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setDomainEntity

        public void setDomainEntity​(DomainEntity domainEntity)
      • getEvent

        public String getEvent()
      • setEvent

        public void setEvent​(String event)
      • isDeleted

        public boolean isDeleted()
      • setDeleted

        public void setDeleted​(boolean deleted)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object