A single occurence (fixed date) of an Event. More...

Public Member Functions | |
| 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... | |
A single occurence (fixed date) of an Event.
| unicopa.copa.base.event.SingleEvent.SingleEvent | ( | int | singleEventID, |
| int | eventID, | ||
| String | location, | ||
| Date | date, | ||
| String | supervisor, | ||
| int | durationMinutes | ||
| ) |
Create a new SingleEvent object.
| singleEventID | |
| eventID | |
| location | |
| date | |
| supervisor | |
| durationMinutes |
| Date unicopa.copa.base.event.SingleEvent.getDate | ( | ) |
Get the starting time of this fixed date.
| int unicopa.copa.base.event.SingleEvent.getDurationMinutes | ( | ) |
Get the duration of this fixed date.
| int unicopa.copa.base.event.SingleEvent.getEventID | ( | ) |
Get the ID of the event this fixed date belongs to.
| String unicopa.copa.base.event.SingleEvent.getLocation | ( | ) |
Get the location of this fixed date.
| int unicopa.copa.base.event.SingleEvent.getSingleEventID | ( | ) |
Get the ID of this fixed date.
It is guaranteed to be unique under all available SingleEvent objects in use of the system.
| String unicopa.copa.base.event.SingleEvent.getSupervisor | ( | ) |
Get the name of the responsible for this fixed date.
The person does not have to be a user of the system and may be independent from OWNERs and RIGHTHOLDERs.
1.8.4