public class CalendarSubscriber extends Object
| Constructor and Description |
|---|
CalendarSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getDateSubscription()
Returns the date of the subscription
|
String |
getEmail()
Returns the subscriber's email
|
int |
getId()
Returns the subscriber's identifier
|
void |
setDateSubscription(Timestamp dDateSubscription)
Sets the subscription's date
|
void |
setEmail(String strEmail)
Sets the subscriber's email (in lower case )
|
void |
setId(int nId)
Sets the subscriber's identifier
|
public int getId()
public void setId(int nId)
nId - the subscriber's identifierpublic String getEmail()
public void setEmail(String strEmail)
strEmail - the subscriber's emailpublic Timestamp getDateSubscription()
public void setDateSubscription(Timestamp dDateSubscription)
dDateSubscription - the subscription's dateCopyright © 2018 City of Paris. All rights reserved.