org.broadleafcommerce.common.email.domain
Class EmailTargetImpl

java.lang.Object
  extended by org.broadleafcommerce.common.email.domain.EmailTargetImpl
All Implemented Interfaces:
Serializable, EmailTarget

public class EmailTargetImpl
extends Object
implements EmailTarget

Basic implementation of EmailTarget

Author:
bpolster
See Also:
Serialized Form

Field Summary
protected  String[] bccAddresses
           
protected  String[] ccAddresses
           
protected  String emailAddress
           
 
Constructor Summary
EmailTargetImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getBCCAddresses()
           
 String[] getCCAddresses()
           
 String getEmailAddress()
           
 int hashCode()
           
 void setBCCAddresses(String[] bccAddresses)
           
 void setCCAddresses(String[] ccAddresses)
           
 void setEmailAddress(String emailAddress)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bccAddresses

protected String[] bccAddresses

ccAddresses

protected String[] ccAddresses

emailAddress

protected String emailAddress
Constructor Detail

EmailTargetImpl

public EmailTargetImpl()
Method Detail

getBCCAddresses

public String[] getBCCAddresses()
Specified by:
getBCCAddresses in interface EmailTarget

getCCAddresses

public String[] getCCAddresses()
Specified by:
getCCAddresses in interface EmailTarget

getEmailAddress

public String getEmailAddress()
Specified by:
getEmailAddress in interface EmailTarget

setBCCAddresses

public void setBCCAddresses(String[] bccAddresses)
Specified by:
setBCCAddresses in interface EmailTarget

setCCAddresses

public void setCCAddresses(String[] ccAddresses)
Specified by:
setCCAddresses in interface EmailTarget

setEmailAddress

public void setEmailAddress(String emailAddress)
Specified by:
setEmailAddress in interface EmailTarget

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.