org.broadleafcommerce.common.email.domain
Interface EmailTarget

All Superinterfaces:
Serializable
All Known Implementing Classes:
EmailTargetImpl

public interface EmailTarget
extends Serializable

The EmailTarget interface is used to specify the recipients of the email.

Author:
bpolster
See Also:
EmailTargetImpl

Method Summary
 String[] getBCCAddresses()
           
 String[] getCCAddresses()
           
 String getEmailAddress()
           
 void setBCCAddresses(String[] BCCAddresses)
           
 void setCCAddresses(String[] ccAddresses)
           
 void setEmailAddress(String emailAddress)
           
 

Method Detail

getEmailAddress

String getEmailAddress()

setEmailAddress

void setEmailAddress(String emailAddress)

getCCAddresses

String[] getCCAddresses()

setCCAddresses

void setCCAddresses(String[] ccAddresses)

getBCCAddresses

String[] getBCCAddresses()

setBCCAddresses

void setBCCAddresses(String[] BCCAddresses)


Copyright © 2013. All Rights Reserved.