Package org.exoplatform.agenda.entity
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.agenda.constant.EventAvailabilitygetAvailability()CalendarEntitygetCalendar()StringgetColor()DategetCreatedDate()longgetCreatorId()StringgetDescription()DategetEndDate()LonggetId()StringgetLocation()longgetModifierId()DategetOccurrenceId()EventEntitygetParent()EventRecurrenceEntitygetRecurrence()DategetStartDate()org.exoplatform.agenda.constant.EventStatusgetStatus()StringgetSummary()StringgetTimeZoneId()DategetUpdatedDate()booleanisAllDay()booleanisAllowAttendeeToInvite()booleanisAllowAttendeeToUpdate()booleanisOccurrencePeriodChanged()voidsetAllDay(boolean allDay)voidsetAllowAttendeeToInvite(boolean allowAttendeeToInvite)voidsetAllowAttendeeToUpdate(boolean allowAttendeeToUpdate)voidsetAvailability(org.exoplatform.agenda.constant.EventAvailability availability)voidsetCalendar(CalendarEntity calendar)voidsetColor(String color)voidsetCreatedDate(Date createdDate)voidsetCreatorId(long creatorId)voidsetDescription(String description)voidsetEndDate(Date endDate)voidsetId(Long id)voidsetLocation(String location)voidsetModifierId(long modifierId)voidsetOccurrenceId(Date occurrenceId)voidsetOccurrencePeriodChanged(boolean occurrencePeriodChanged)voidsetParent(EventEntity parent)voidsetRecurrence(EventRecurrenceEntity recurrence)voidsetStartDate(Date startDate)voidsetStatus(org.exoplatform.agenda.constant.EventStatus status)voidsetSummary(String summary)voidsetTimeZoneId(String timeZoneId)voidsetUpdatedDate(Date updatedDate)
-
-
-
Method Detail
-
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)
-
-