BrightSide Workbench Full Report + Source Code
FullCalendarEvent.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2015 Lluis TurrĂ³ Cutiller <http://www.turro.org/>
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU Affero General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Affero General Public License for more details.
14
*
15
* You should have received a copy of the GNU Affero General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
package
org.turro.elephant.calendar;
20
21
import
java.util.Date;
22
27
public
class
FullCalendarEvent
{
28
29
public
String
id
;
30
public
String
title
;
31
public
boolean
allDay
;
32
public
Date
start
;
33
public
Date
end
;
34
public
String
url
;
35
public
String
className
;
36
public
boolean
editable
;
37
public
boolean
startEditable
;
38
public
boolean
durationEditable
;
39
public
String
rendering
;
40
public
boolean
overlap
;
41
public
String
constraint
;
42
public
String
color
;
43
public
String
backgroundColor
;
44
public
String
borderColor
;
45
public
String
textColor
;
46
public
String
description
;
47
public
String
motive
;
48
49
}
org.turro.elephant.calendar.FullCalendarEvent
Definition:
FullCalendarEvent.java:27
org.turro.elephant.calendar.FullCalendarEvent.start
Date start
Definition:
FullCalendarEvent.java:32
org.turro.elephant.calendar.FullCalendarEvent.className
String className
Definition:
FullCalendarEvent.java:35
org.turro.elephant.calendar.FullCalendarEvent.durationEditable
boolean durationEditable
Definition:
FullCalendarEvent.java:38
org.turro.elephant.calendar.FullCalendarEvent.editable
boolean editable
Definition:
FullCalendarEvent.java:36
org.turro.elephant.calendar.FullCalendarEvent.motive
String motive
Definition:
FullCalendarEvent.java:47
org.turro.elephant.calendar.FullCalendarEvent.color
String color
Definition:
FullCalendarEvent.java:42
org.turro.elephant.calendar.FullCalendarEvent.id
String id
Definition:
FullCalendarEvent.java:29
org.turro.elephant.calendar.FullCalendarEvent.allDay
boolean allDay
Definition:
FullCalendarEvent.java:31
org.turro.elephant.calendar.FullCalendarEvent.textColor
String textColor
Definition:
FullCalendarEvent.java:45
org.turro.elephant.calendar.FullCalendarEvent.backgroundColor
String backgroundColor
Definition:
FullCalendarEvent.java:43
org.turro.elephant.calendar.FullCalendarEvent.constraint
String constraint
Definition:
FullCalendarEvent.java:41
org.turro.elephant.calendar.FullCalendarEvent.title
String title
Definition:
FullCalendarEvent.java:30
org.turro.elephant.calendar.FullCalendarEvent.overlap
boolean overlap
Definition:
FullCalendarEvent.java:40
org.turro.elephant.calendar.FullCalendarEvent.end
Date end
Definition:
FullCalendarEvent.java:33
org.turro.elephant.calendar.FullCalendarEvent.startEditable
boolean startEditable
Definition:
FullCalendarEvent.java:37
org.turro.elephant.calendar.FullCalendarEvent.description
String description
Definition:
FullCalendarEvent.java:46
org.turro.elephant.calendar.FullCalendarEvent.borderColor
String borderColor
Definition:
FullCalendarEvent.java:44
org.turro.elephant.calendar.FullCalendarEvent.rendering
String rendering
Definition:
FullCalendarEvent.java:39
org.turro.elephant.calendar.FullCalendarEvent.url
String url
Definition:
FullCalendarEvent.java:34
TurroProjects
Public
Elephant
elephant
src
main
java
org
turro
elephant
calendar
FullCalendarEvent.java
Generated on Tue Mar 12 2024 07:01:19 for BrightSide by
1.9.1