@DTO public class UESCalendarBusyTimeAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
dateEnd
End date until which the time block blocks the time in the user's calendar according to the specified interval in the commands input.
|
private java.util.Date |
dateStart
Start date from which the time block blocks the time in the user's calendar according to the specified interval in the commands input.
|
Constructor and Description |
---|
UESCalendarBusyTimeAttributes(java.util.Date dateStart,
Maximal constructor which contains all attributes.
|