|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.tasknotification.business.TaskNotificationtConfig
public class TaskNotificationtConfig
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 |
---|
public TaskNotificationtConfig()
Method Detail |
---|
public int getIdTask()
public void setIdTask(int idTask)
idTask
- the task idpublic 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 |