fr.paris.lutece.plugins.stock.modules.tickets.business
Class NotificationDTO

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO

public class NotificationDTO
extends java.lang.Object

DTO for Notification

Author:
nmoitry

Constructor Summary
NotificationDTO()
           
 
Method Summary
 java.lang.Integer getIdOffer()
           
 java.lang.String getMessage()
           
 java.lang.String getNotificationAction()
           
 java.lang.String getRecipientsTo()
           
 java.lang.String getSubject()
           
 void setIdOffer(java.lang.Integer idOffer)
           
 void setMessage(java.lang.String strMessage)
           
 void setNotificationAction(java.lang.String notificationAction)
           
 void setRecipientsTo(java.lang.String strRecipientsTo)
           
 void setSubject(java.lang.String strSubject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationDTO

public NotificationDTO()
Method Detail

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.