CopaServer
Change of Plan Application
 All Classes Functions Pages
Public Member Functions | List of all members
unicopa.copa.base.event.SingleEvent Class Reference

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

Collaboration diagram for unicopa.copa.base.event.SingleEvent:
Collaboration graph

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...
 

Detailed Description

A single occurence (fixed date) of an Event.

Author
Felix Wiemuth

Constructor & Destructor Documentation

unicopa.copa.base.event.SingleEvent.SingleEvent ( int  singleEventID,
int  eventID,
String  location,
Date  date,
String  supervisor,
int  durationMinutes 
)

Create a new SingleEvent object.

Parameters
singleEventID
eventID
location
date
supervisor
durationMinutes

Member Function Documentation

Date unicopa.copa.base.event.SingleEvent.getDate ( )

Get the starting time of this fixed date.

Returns
int unicopa.copa.base.event.SingleEvent.getDurationMinutes ( )

Get the duration of this fixed date.

Returns
int unicopa.copa.base.event.SingleEvent.getEventID ( )

Get the ID of the event this fixed date belongs to.

Returns
String unicopa.copa.base.event.SingleEvent.getLocation ( )

Get the location of this fixed date.

Returns
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.

Returns
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.

Returns

The documentation for this class was generated from the following file: