fr.paris.lutece.plugins.stock.modules.tickets.business
Class NotificationDTO
java.lang.Object
fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
public class NotificationDTO
- extends java.lang.Object
DTO for Notification
- Author:
- nmoitry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationDTO
public NotificationDTO()
setRecipientsTo
public void setRecipientsTo(java.lang.String strRecipientsTo)
- Parameters:
strRecipientsTo
- the strRecipientsTo to set
getRecipientsTo
public java.lang.String getRecipientsTo()
- Returns:
- the strRecipientsTo
setSubject
public void setSubject(java.lang.String strSubject)
- Parameters:
strSubject
- the strSubject to set
getSubject
public java.lang.String getSubject()
- Returns:
- the strSubject
setMessage
public void setMessage(java.lang.String strMessage)
- Parameters:
strMessage
- the strMessage to set
getMessage
public java.lang.String getMessage()
- Returns:
- the strMessage
setNotificationAction
public void setNotificationAction(java.lang.String notificationAction)
- Parameters:
notificationAction
- the notificationAction to set
getNotificationAction
public java.lang.String getNotificationAction()
- Returns:
- the notificationAction
setIdOffer
public void setIdOffer(java.lang.Integer idOffer)
- Parameters:
idOffer
- the idOffer to set
getIdOffer
public java.lang.Integer getIdOffer()
- Returns:
- the idOffer
Copyright © 2012 Mairie de Paris. All Rights Reserved.