A group of Events. More...

Public Member Functions | |
| EventGroup (int eventGroupID, String eventGroupName, String eventGroupInfo, List< Integer > categories) | |
| Create a new EventGroup object. More... | |
| int | getEventGroupID () |
| Get the ID of this group. More... | |
| String | getEventGroupName () |
| Get the name of this group. More... | |
| String | getEventGroupInfo () |
| Get a description of this group. More... | |
| List< Integer > | getCategories () |
| Get all categories associated with this group. More... | |
A group of Events.
Similiar events can be grouped, e.g. to be listed together in a query.
| unicopa.copa.base.event.EventGroup.EventGroup | ( | int | eventGroupID, |
| String | eventGroupName, | ||
| String | eventGroupInfo, | ||
| List< Integer > | categories | ||
| ) |
Create a new EventGroup object.
| eventGroupID | |
| eventGroupName | |
| eventGroupInfo | |
| categories |
| List<Integer> unicopa.copa.base.event.EventGroup.getCategories | ( | ) |
Get all categories associated with this group.
The categories are leaves of the category tree.
| int unicopa.copa.base.event.EventGroup.getEventGroupID | ( | ) |
Get the ID of this group.
It is guaranteed to be unique under all available EventGroup objects in use of the system.
| String unicopa.copa.base.event.EventGroup.getEventGroupInfo | ( | ) |
Get a description of this group.
| String unicopa.copa.base.event.EventGroup.getEventGroupName | ( | ) |
Get the name of this group.
1.8.4