java.lang.Object
org.bgerp.plugin.clb.calendar.model.event.Event

public class Event extends Object
Calendar day event.
  • Field Details

  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getTypeId

      public int getTypeId()
    • withTypeId

      public Event withTypeId(int typeId)
    • getDate

      public LocalDate getDate()
    • withDate

      public Event withDate(LocalDate value)
    • getMinuteFrom

      public long getMinuteFrom()
    • withMinuteFrom

      public Event withMinuteFrom(long value)
    • getMinuteTo

      public long getMinuteTo()
    • withMinuteTo

      public Event withMinuteTo(long value)
    • getDuration

      public long getDuration()
      Duration between event's begin and end in minutes.
      Returns: