org.broadleafcommerce.common.email.domain
Interface EmailTracking

All Superinterfaces:
Serializable
All Known Implementing Classes:
EmailTrackingImpl

public interface EmailTracking
extends Serializable

Author:
jfischer

Method Summary
 Date getDateSent()
           
 String getEmailAddress()
           
 Long getId()
           
 String getType()
           
 void setDateSent(Date dateSent)
           
 void setEmailAddress(String emailAddress)
           
 void setId(Long id)
           
 void setType(String type)
           
 

Method Detail

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 © 2013. All Rights Reserved.