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

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

    • Event

      public Event()
  • Method Details

    • getCalendarId

      public int getCalendarId()
    • withCalendarId

      public Event withCalendarId(int calendarId)
    • getTypeId

      public int getTypeId()
    • withTypeId

      public Event withTypeId(int typeId)
    • getUserId

      public int getUserId()
    • withUserId

      public Event withUserId(int userId)
    • getFrom

      public LocalDateTime getFrom()
    • withFrom

      public Event withFrom(LocalDateTime from)
    • getTo

      public LocalDateTime getTo()
    • withTo

      public Event withTo(LocalDateTime to)