Class Event
java.lang.Object
org.bgerp.plugin.clb.calendar.model.event.Event
Calendar day event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
long
Duration between event's begin and end in minutes.long
long
int
withMinuteFrom
(long value) withMinuteTo
(long value) withTypeId
(int typeId)
-
Field Details
-
STATUS_PLANNED
public static final int STATUS_PLANNED- See Also:
-
STATUS_CONFIRMED
public static final int STATUS_CONFIRMED- See Also:
-
STATUS_REJECTED
public static final int STATUS_REJECTED- See Also:
-
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getTypeId
public int getTypeId() -
withTypeId
-
getDate
-
withDate
-
getMinuteFrom
public long getMinuteFrom() -
withMinuteFrom
-
getMinuteTo
public long getMinuteTo() -
withMinuteTo
-
getDuration
public long getDuration()Duration between event's begin and end in minutes.- Returns:
-