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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventDateOptionEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEndDate()LonggetEventId()LonggetId()DategetStartDate()booleanisAllDay()voidsetAllDay(boolean allDay)voidsetEndDate(Date endDate)voidsetEventId(Long eventId)voidsetId(Long id)voidsetStartDate(Date startDate)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getEventId
public Long getEventId()
-
setEventId
public void setEventId(Long eventId)
-
getStartDate
public Date getStartDate()
-
setStartDate
public void setStartDate(Date startDate)
-
getEndDate
public Date getEndDate()
-
setEndDate
public void setEndDate(Date endDate)
-
isAllDay
public boolean isAllDay()
-
setAllDay
public void setAllDay(boolean allDay)
-
-