org.broadleafcommerce.common.email.domain
Interface EmailTracking
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- EmailTrackingImpl
public interface EmailTracking
- extends Serializable
- Author:
- jfischer
getId
Long getId()
setId
void setId(Long id)
getEmailAddress
String getEmailAddress()
- Returns:
- the emailAddress
setEmailAddress
void setEmailAddress(String emailAddress)
- Parameters:
emailAddress - the emailAddress to set
getDateSent
Date getDateSent()
- Returns:
- the dateSent
setDateSent
void setDateSent(Date dateSent)
- Parameters:
dateSent - the dateSent to set
getType
String getType()
- Returns:
- the type
setType
void setType(String type)
- Parameters:
type - the type to set
Copyright © 2012. All Rights Reserved.