public class Notification extends Object
Constructor and Description |
---|
Notification() |
Modifier and Type | Method and Description |
---|---|
BackOfficeLogging |
getBackOfficeLogging()
Returns the BackOfficeLogging object
|
String |
getDate()
Returns the Date
|
Email |
getEmail()
Returns the Email object
|
Sms |
getSms()
Returns the SMS Object
|
String |
getSource()
Returns the Source
|
long |
getTimestamp()
Returns the Timestamp
|
String |
getTitle()
Returns the Title
|
UserDashboard |
getUserDashboard()
Returns the UserDashboard object
|
void |
setBackOfficeLogging(BackOfficeLogging backOfficeLogging)
Set the BackOfficeLogging object
|
void |
setEmail(Email email)
Set the Email object
|
void |
setSms(Sms sms)
Sets the SMS object
|
void |
setSource(String strSource)
Sets the Source
|
void |
setTimestamp(long Timestamp)
Sets the Timestamp
|
void |
setTitle(String strTitle)
Sets the Title
|
void |
setUserDashboard(UserDashboard userDashboard)
Set the UserDashboard object
|
public long getTimestamp()
public void setTimestamp(long Timestamp)
Timestamp
- The Timestamppublic String getDate()
public String getSource()
public void setSource(String strSource)
strSource
- The Sourcepublic String getTitle()
public void setTitle(String strTitle)
strTitle
- The Titlepublic void setEmail(Email email)
email
- The Email Objectpublic Email getEmail()
public void setSms(Sms sms)
sms
- The SMS objectpublic Sms getSms()
public void setUserDashboard(UserDashboard userDashboard)
userDashboard
- The UserDashboard Objectpublic UserDashboard getUserDashboard()
public void setBackOfficeLogging(BackOfficeLogging backOfficeLogging)
backOfficeLogging
- The BackOfficeLogging Objectpublic BackOfficeLogging getBackOfficeLogging()
Copyright © 2016 City of Paris. All rights reserved.