|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.EmailProps
Contains properties for specifying email destination options in the Destination component.
| Constructor Summary | |
EmailProps()
|
|
EmailProps(java.util.Locale locale)
|
|
| Method Summary | |
java.lang.String |
getAttachmentText()
Gets the text to display for the Attachment label. |
java.lang.String |
getCcText()
Gets the text to display for the Cc label. |
java.lang.String |
getFromText()
Gets the text to display for the From label. |
java.lang.String |
getMessageText()
Gets the text to display for the Message label. |
java.lang.String |
getSubjectText()
Gets the text to display for the Subject label. |
java.lang.String |
getToText()
Gets the text to display for the To label. |
void |
setAttachmentText(java.lang.String attachmentText)
Sets the text to display for the Attachment label. |
void |
setCcText(java.lang.String ccText)
Sets the text to display for the Cc label. |
void |
setFromText(java.lang.String fromText)
Sets the text to display for the From label. |
void |
setMessageText(java.lang.String messageText)
Sets the text to display for the Message label. |
void |
setSubjectText(java.lang.String subjectText)
Sets the text to display for the Subject label. |
void |
setToText(java.lang.String toText)
Sets the text to display for the To label. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmailProps()
public EmailProps(java.util.Locale locale)
| Method Detail |
public java.lang.String getAttachmentText()
public void setAttachmentText(java.lang.String attachmentText)
public java.lang.String getCcText()
public void setCcText(java.lang.String ccText)
public java.lang.String getFromText()
public void setFromText(java.lang.String fromText)
public java.lang.String getMessageText()
public void setMessageText(java.lang.String messageText)
public java.lang.String getSubjectText()
public void setSubjectText(java.lang.String subjectText)
public java.lang.String getToText()
public void setToText(java.lang.String toText)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||