CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Public Member Functions | List of all members
unicopa.copa.app.SingleEventLocal Class Reference

This class extends the BaseClass SingleEvent with the update status and color code. More...

Inheritance diagram for unicopa.copa.app.SingleEventLocal:
Inheritance graph
Collaboration diagram for unicopa.copa.app.SingleEventLocal:
Collaboration graph

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 ()
 
- Public Member Functions inherited from unicopa.copa.base.event.SingleEvent
 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

This class extends the BaseClass SingleEvent with the update status and color code.

Author
Martin Rabe

Constructor & Destructor Documentation

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.

Parameters
SingleEventID
EventID
Location
Date
Supervisor
DurationMinutes
ColorCode
Name
LocationUpdateCounter
DateUpdateCounter
SupervisorUpdateCounter
DurationMinutesUpdateCounter
Permission
Comment

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