Class EventEntity

java.lang.Object
org.exoplatform.agenda.entity.EventEntity
All Implemented Interfaces:
Serializable

@Entity(name="AgendaEvent") public class EventEntity extends Object implements Serializable
See Also:
  • Constructor Details

    • EventEntity

      public EventEntity()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getParent

      public EventEntity getParent()
    • setParent

      public void setParent(EventEntity parent)
    • getCalendar

      public CalendarEntity getCalendar()
    • setCalendar

      public void setCalendar(CalendarEntity calendar)
    • getRecurrence

      public EventRecurrenceEntity getRecurrence()
    • setRecurrence

      public void setRecurrence(EventRecurrenceEntity recurrence)
    • getOccurrenceId

      public Date getOccurrenceId()
    • setOccurrenceId

      public void setOccurrenceId(Date occurrenceId)
    • getCreatorId

      public long getCreatorId()
    • setCreatorId

      public void setCreatorId(long creatorId)
    • getModifierId

      public long getModifierId()
    • setModifierId

      public void setModifierId(long modifierId)
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • getUpdatedDate

      public Date getUpdatedDate()
    • setUpdatedDate

      public void setUpdatedDate(Date updatedDate)
    • isAllDay

      public boolean isAllDay()
    • setAllDay

      public void setAllDay(boolean allDay)
    • getTimeZoneId

      public String getTimeZoneId()
    • setTimeZoneId

      public void setTimeZoneId(String timeZoneId)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getAvailability

      public org.exoplatform.agenda.constant.EventAvailability getAvailability()
    • setAvailability

      public void setAvailability(org.exoplatform.agenda.constant.EventAvailability availability)
    • getStatus

      public org.exoplatform.agenda.constant.EventStatus getStatus()
    • setStatus

      public void setStatus(org.exoplatform.agenda.constant.EventStatus status)
    • isOccurrencePeriodChanged

      public boolean isOccurrencePeriodChanged()
    • setOccurrencePeriodChanged

      public void setOccurrencePeriodChanged(boolean occurrencePeriodChanged)
    • isAllowAttendeeToUpdate

      public boolean isAllowAttendeeToUpdate()
    • setAllowAttendeeToUpdate

      public void setAllowAttendeeToUpdate(boolean allowAttendeeToUpdate)
    • isAllowAttendeeToInvite

      public boolean isAllowAttendeeToInvite()
    • setAllowAttendeeToInvite

      public void setAllowAttendeeToInvite(boolean allowAttendeeToInvite)