com.businessobjects.jsf.sdk.properties
Class EmailProps

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.EmailProps
All Implemented Interfaces:
java.io.Serializable

public class EmailProps
extends java.lang.Object
implements java.io.Serializable

Contains properties for specifying email destination options in the Destination component.

See Also:
Serialized Form

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

EmailProps

public EmailProps()

EmailProps

public EmailProps(java.util.Locale locale)
Method Detail

getAttachmentText

public java.lang.String getAttachmentText()
Gets the text to display for the Attachment label.


setAttachmentText

public void setAttachmentText(java.lang.String attachmentText)
Sets the text to display for the Attachment label.


getCcText

public java.lang.String getCcText()
Gets the text to display for the Cc label.


setCcText

public void setCcText(java.lang.String ccText)
Sets the text to display for the Cc label.


getFromText

public java.lang.String getFromText()
Gets the text to display for the From label.


setFromText

public void setFromText(java.lang.String fromText)
Sets the text to display for the From label.


getMessageText

public java.lang.String getMessageText()
Gets the text to display for the Message label.


setMessageText

public void setMessageText(java.lang.String messageText)
Sets the text to display for the Message label.


getSubjectText

public java.lang.String getSubjectText()
Gets the text to display for the Subject label.


setSubjectText

public void setSubjectText(java.lang.String subjectText)
Sets the text to display for the Subject label.


getToText

public java.lang.String getToText()
Gets the text to display for the To label.


setToText

public void setToText(java.lang.String toText)
Sets the text to display for the To label.