public class MailInfo extends Object
| Constructor and Description |
|---|
MailInfo()
Constructs a MailInfo.java.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBcc()
Gets the bcc attribute.
|
String |
getCc()
Gets the cc attribute.
|
String |
getDunsNumber()
Getter for property dunsNumber.
|
String |
getFooter()
Getter for property footer.
|
org.kuali.rice.core.api.mail.MailMessage |
getMailMessage()
Getter for property mailMessage.
|
String |
getMessage()
Gets the message attribute.
|
String |
getSubject()
Gets the subject attribute.
|
String |
getTo()
Gets the to attribute.
|
void |
setBcc(String bcc)
Sets the bcc attribute value.
|
void |
setCc(String cc)
Sets the cc attribute value.
|
void |
setDunsNumber(String dunsNumber)
Setter for property dunsNumber.
|
void |
setFooter(String footer)
Setter for property footer.
|
void |
setMailMessage(org.kuali.rice.core.api.mail.MailMessage mailMessage)
Setter for property mailMessage.
|
void |
setMessage(String message)
Sets the message attribute value.
|
void |
setSubject(String subject)
Sets the subject attribute value.
|
void |
setTo(String to)
Sets the to attribute value.
|
String |
toString() |
public String getFooter()
public void setFooter(String footer)
footer - New value of property footer.public String getDunsNumber()
public void setDunsNumber(String dunsNumber)
dunsNumber - New value of property dunsNumber.public org.kuali.rice.core.api.mail.MailMessage getMailMessage()
public void setMailMessage(org.kuali.rice.core.api.mail.MailMessage mailMessage)
MailMessage - New value of property dunsNumber.public String getTo()
public void setTo(String to)
to - The to to set.public String getCc()
public void setCc(String cc)
cc - The cc to set.public String getBcc()
public void setBcc(String bcc)
bcc - The bcc to set.public String getMessage()
public void setMessage(String message)
message - The message to set.public String getSubject()
public void setSubject(String subject)
subject - The subject to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.