This class extends the BaseClass SingleEvent with the update status and color code. More...
Public Member Functions | |
SingleEventLocal (int singleEventID, int eventID, String location, Date date, String supervisor, int durationMinutes, String colorCode, String name, int locationUpdateCounter, int dateUpdateCounter, int supervisorUpdateCounter, int durationMinutesUpdateCounter, int permission, String comment) | |
Class constructor with initialization. More... | |
void | setColorCode (String colorCode) |
String | getColorCode () |
void | setName (String name) |
String | getName () |
int | getLoactionUpdateCounter () |
int | getDateUpdateCounter () |
int | getSupervisorUpdateCounter () |
int | getDurationMinutesUpdateCounter () |
void | setPermission (int permission) |
int | getPermission () |
String | getComment () |
![]() | |
SingleEvent (int singleEventID, int eventID, String location, Date date, String supervisor, int durationMinutes) | |
Create a new SingleEvent object. More... | |
SingleEvent (Long date) | |
int | getSingleEventID () |
Get the ID of this fixed date. More... | |
int | getEventID () |
Get the ID of the event this fixed date belongs to. More... | |
String | getLocation () |
Get the location of this fixed date. More... | |
Date | getDate () |
Get the starting time of this fixed date. More... | |
String | getSupervisor () |
Get the name of the responsible for this fixed date. More... | |
int | getDurationMinutes () |
Get the duration of this fixed date. More... | |
This class extends the BaseClass SingleEvent with the update status and color code.
unicopa.copa.app.SingleEventLocal.SingleEventLocal | ( | int | singleEventID, |
int | eventID, | ||
String | location, | ||
Date | date, | ||
String | supervisor, | ||
int | durationMinutes, | ||
String | colorCode, | ||
String | name, | ||
int | locationUpdateCounter, | ||
int | dateUpdateCounter, | ||
int | supervisorUpdateCounter, | ||
int | durationMinutesUpdateCounter, | ||
int | permission, | ||
String | comment | ||
) |
Class constructor with initialization.
SingleEventID | |
EventID | |
Location | |
Date | |
Supervisor | |
DurationMinutes | |
ColorCode | |
Name | |
LocationUpdateCounter | |
DateUpdateCounter | |
SupervisorUpdateCounter | |
DurationMinutesUpdateCounter | |
Permission | |
Comment |