CopaServer
Change of Plan Application
 All Classes Functions Pages
Public Member Functions | List of all members
unicopa.copa.server.email.UpdateInformation Class Reference

The update information that is passed to the E-Mail service. More...

Collaboration diagram for unicopa.copa.server.email.UpdateInformation:
Collaboration graph

Public Member Functions

 UpdateInformation (String eventGroupName, String eventName, Date updateDate, String creatorName, String comment, String location, Date date, String supervisor)
 
String getEventGroupName ()
 
String getEventName ()
 
Date getUpdateDate ()
 
String getCreatorName ()
 
String getComment ()
 
String getLocation ()
 
Date getDate ()
 
String getSupervisor ()
 

Detailed Description

The update information that is passed to the E-Mail service.

Author
Philip Wendland

Constructor & Destructor Documentation

unicopa.copa.server.email.UpdateInformation.UpdateInformation ( String  eventGroupName,
String  eventName,
Date  updateDate,
String  creatorName,
String  comment,
String  location,
Date  date,
String  supervisor 
)
Parameters
eventGroupName
eventName
updateDate
creatorName
comment
location
date
supervisor

Member Function Documentation

String unicopa.copa.server.email.UpdateInformation.getComment ( )
Returns
the comment
String unicopa.copa.server.email.UpdateInformation.getCreatorName ( )
Returns
the creatorName
Date unicopa.copa.server.email.UpdateInformation.getDate ( )
Returns
the date
String unicopa.copa.server.email.UpdateInformation.getEventGroupName ( )
Returns
the eventGroupName
String unicopa.copa.server.email.UpdateInformation.getEventName ( )
Returns
the eventName
String unicopa.copa.server.email.UpdateInformation.getLocation ( )
Returns
the location
String unicopa.copa.server.email.UpdateInformation.getSupervisor ( )
Returns
the supervisor
Date unicopa.copa.server.email.UpdateInformation.getUpdateDate ( )
Returns
the updateDate

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