Class EventRecurrenceEntity

    • Constructor Detail

      • EventRecurrenceEntity

        public EventRecurrenceEntity()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • setEvent

        public void setEvent​(EventEntity event)
      • getStartDate

        public Date getStartDate()
      • setStartDate

        public void setStartDate​(Date startDate)
      • getEndDate

        public Date getEndDate()
      • setEndDate

        public void setEndDate​(Date endDate)
      • getRrule

        public String getRrule()
      • setRrule

        public void setRrule​(String rrule)
      • getType

        public org.exoplatform.agenda.constant.EventRecurrenceType getType()
      • setType

        public void setType​(org.exoplatform.agenda.constant.EventRecurrenceType type)