|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.modules.processornotifysender.business.NotifySenderConfiguration
public class NotifySenderConfiguration
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 |
boolean |
isSendAttachments()
True if it must send the attachments |
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 |
void |
setSendAttachments(boolean bSendAttachments)
Set true if it must send the attachments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotifySenderConfiguration()
Method Detail |
---|
public int getIdForm()
public void setIdForm(int nIdForm)
nIdForm
- The IdFormpublic int getIdEntryEmailSender()
public void setIdEntryEmailSender(int nIdEntry)
nIdEntry
- The IdEntrypublic java.lang.String getMessage()
public void setMessage(java.lang.String strMessage)
strMessage
- The Messagepublic void setSendAttachments(boolean bSendAttachments)
bSendAttachments
- true if it must send the attachmentspublic boolean isSendAttachments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |