|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
fr.paris.lutece.plugins.workflow.modules.notification.business.TaskNotificationConfig
public class TaskNotificationConfig
TaskNotificationtConfig
Constructor Summary | |
---|---|
TaskNotificationConfig()
|
Method Summary | |
---|---|
int |
getIdMailingList()
return the mailing list id |
java.lang.String |
getMessage()
|
java.lang.String |
getSenderName()
|
java.lang.String |
getSubject()
|
void |
setIdMailingList(int idMailingList)
set the mailing list 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 fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig |
---|
getIdTask, setIdTask |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskNotificationConfig()
Method Detail |
---|
public int getIdMailingList()
public void setIdMailingList(int idMailingList)
idMailingList
- the mailing list idpublic java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
- the subject of the messagepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message of the notifictaionpublic java.lang.String getSenderName()
public void setSenderName(java.lang.String senderName)
senderName
- the sender name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |