fr.paris.lutece.plugins.workflow.modules.tasknotification.business
Class TaskNotificationtConfig

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.tasknotification.business.TaskNotificationtConfig

public class TaskNotificationtConfig
extends java.lang.Object

TaskNotificationtConfig


Constructor Summary
TaskNotificationtConfig()
           
 
Method Summary
 int getIdMailingList()
          return the mailing list id
 int getIdTask()
           
 java.lang.String getMessage()
           
 java.lang.String getSenderName()
           
 java.lang.String getSubject()
           
 void setIdMailingList(int idMailingList)
          set the mailing list id
 void setIdTask(int idTask)
          set the task id
 void setMessage(java.lang.String message)
          set the message of the notification
 void setSenderName(java.lang.String senderName)
          set the sender name
 void setSubject(java.lang.String subject)
          set the subject of the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskNotificationtConfig

public TaskNotificationtConfig()
Method Detail

getIdTask

public int getIdTask()
Returns:
the task id

setIdTask

public void setIdTask(int idTask)
set the task id

Parameters:
idTask - the task id

getIdMailingList

public int getIdMailingList()
return the mailing list id

Returns:
the mailing list id

setIdMailingList

public void setIdMailingList(int idMailingList)
set the mailing list id

Parameters:
idMailingList - the mailing list id

getSubject

public java.lang.String getSubject()
Returns:
the subject of the message

setSubject

public void setSubject(java.lang.String subject)
set the subject of the message

Parameters:
subject - the subject of the message

getMessage

public java.lang.String getMessage()
Returns:
the message of the notification

setMessage

public void setMessage(java.lang.String message)
set the message of the notification

Parameters:
message - the message of the notifictaion

getSenderName

public java.lang.String getSenderName()
Returns:
the sender name

setSenderName

public void setSenderName(java.lang.String senderName)
set the sender name

Parameters:
senderName - the sender name


Copyright © 2012 Mairie de Paris. All Rights Reserved.