public class ManualAppointmentNotificationHistory extends Object
Constructor and Description |
---|
ManualAppointmentNotificationHistory() |
Modifier and Type | Method and Description |
---|---|
String |
getEmailMessage()
Get the email message
|
String |
getEmailSubject()
Get the email subject
|
String |
getEmailTo()
Get the recipient email
|
int |
getIdAppointment()
Get the id of the appointment associated with this history
|
int |
getIdHistory()
Get the id of the history of this manual appointment notification
|
int |
getIdManualNotif()
Get the id of the notif
|
void |
setEmailMessage(String strEmailMessage)
Set the email message
|
void |
setEmailSubject(String strEmailSubject)
Set the email subject
|
void |
setEmailTo(String strEmailTo)
Set the recipient email
|
void |
setIdAppointment(int nIdAppointment)
Set the id of the appointment associated with this history
|
void |
setIdHistory(int nIdHistory)
Set the id of the history of this manual appointment notification
|
void |
setIdManualNotif(int nIdManualNotif)
Set the id of the notif
|
public ManualAppointmentNotificationHistory()
public int getIdManualNotif()
public void setIdManualNotif(int nIdManualNotif)
nIdManualNotif
- The id of the notifpublic int getIdHistory()
public void setIdHistory(int nIdHistory)
nIdHistory
- The id of the history of this manual appointment notificationpublic int getIdAppointment()
public void setIdAppointment(int nIdAppointment)
nIdAppointment
- The id of the appointment associated with this historypublic String getEmailTo()
public void setEmailTo(String strEmailTo)
strEmailTo
- The recipient emailpublic String getEmailSubject()
public void setEmailSubject(String strEmailSubject)
strEmailSubject
- The email subjectpublic String getEmailMessage()
public void setEmailMessage(String strEmailMessage)
strEmailMessage
- The email messageCopyright © 2021 City of Paris. All rights reserved.