fr.paris.lutece.plugins.form.modules.processornotifysender.business
Class NotifySenderConfiguration

java.lang.Object
  extended by fr.paris.lutece.plugins.form.modules.processornotifysender.business.NotifySenderConfiguration

public class NotifySenderConfiguration
extends java.lang.Object

This is the business class for the object NotifySenderConfiguration


Constructor Summary
NotifySenderConfiguration()
           
 
Method Summary
 int getIdEntryEmailSender()
          Returns the IdEntry associate to the email sender
 int getIdForm()
          Returns the IdForm
 java.lang.String getMessage()
          Returns the Message
 void setIdEntryEmailSender(int nIdEntry)
          Sets the IdEntry associate to the email sender
 void setIdForm(int nIdForm)
          Sets the IdForm
 void setMessage(java.lang.String strMessage)
          Sets the Message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifySenderConfiguration

public NotifySenderConfiguration()
Method Detail

getIdForm

public int getIdForm()
Returns the IdForm

Returns:
The IdForm

setIdForm

public void setIdForm(int nIdForm)
Sets the IdForm

Parameters:
nIdForm - The IdForm

getIdEntryEmailSender

public int getIdEntryEmailSender()
Returns the IdEntry associate to the email sender

Returns:
The IdEntry

setIdEntryEmailSender

public void setIdEntryEmailSender(int nIdEntry)
Sets the IdEntry associate to the email sender

Parameters:
nIdEntry - The IdEntry

getMessage

public java.lang.String getMessage()
Returns the Message

Returns:
The Message

setMessage

public void setMessage(java.lang.String strMessage)
Sets the Message

Parameters:
strMessage - The Message


Copyright © 2011 Mairie de Paris. All Rights Reserved.