An event that can have multiple fixed dates (SingleEvents). More...

Public Member Functions | |
| Event (int eventID, int eventGroupID, String eventName, List< Integer > categories) | |
| Create a new Event object.  More... | |
| int | getEventID () | 
| Get the ID of this event.  More... | |
| int | getEventGroupID () | 
| Get the ID of the group this event belongs to.  More... | |
| String | getEventName () | 
| Get the name of this event.  More... | |
| List< Integer > | getCategories () | 
| Get all categories associated with this event.  More... | |
An event that can have multiple fixed dates (SingleEvents).
| unicopa.copa.base.event.Event.Event | ( | int | eventID, | 
| int | eventGroupID, | ||
| String | eventName, | ||
| List< Integer > | categories | ||
| ) | 
Create a new Event object.
| eventID | |
| eventGroupID | |
| eventName | |
| categories | 
| List<Integer> unicopa.copa.base.event.Event.getCategories | ( | ) | 
Get all categories associated with this event.
The categories are leaves of the category tree.
| int unicopa.copa.base.event.Event.getEventGroupID | ( | ) | 
Get the ID of the group this event belongs to.
| int unicopa.copa.base.event.Event.getEventID | ( | ) | 
Get the ID of this event.
It is guaranteed to be unique under all available Event objects in use of the system.
| String unicopa.copa.base.event.Event.getEventName | ( | ) | 
Get the name of this event.
 1.8.4