Class Event
java.lang.Object
org.bgerp.plugin.clb.calendar.model.event.Event
Calendar day event.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetFrom()getTo()intintwithCalendarId(int calendarId) withFrom(LocalDateTime from) withTo(LocalDateTime to) withTypeId(int typeId) withUserId(int userId)  
- 
Constructor Details
- 
Event
public Event() 
 - 
 - 
Method Details
- 
getCalendarId
public int getCalendarId() - 
withCalendarId
 - 
getTypeId
public int getTypeId() - 
withTypeId
 - 
getUserId
public int getUserId() - 
withUserId
 - 
getFrom
 - 
withFrom
 - 
getTo
 - 
withTo
 
 -