Package org.exoplatform.agenda.entity
Class EventDateOptionEntity
java.lang.Object
org.exoplatform.agenda.entity.EventDateOptionEntity
- All Implemented Interfaces:
Serializable
@Entity(name="AgendaEventDateOption")
public class EventDateOptionEntity
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanisAllDay()voidsetAllDay(boolean allDay) voidsetEndDate(Date endDate) voidsetEventId(Long eventId) voidvoidsetStartDate(Date startDate)
-
Constructor Details
-
EventDateOptionEntity
public EventDateOptionEntity()
-
-
Method Details
-
getId
-
setId
-
getEventId
-
setEventId
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
isAllDay
public boolean isAllDay() -
setAllDay
public void setAllDay(boolean allDay)
-