Interface EmailTracking
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EmailTrackingImpl
- Author:
- jfischer
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
void
setDateSent
(Date dateSent) void
setEmailAddress
(String emailAddress) void
void
-
Method Details
-
getId
Long getId() -
setId
-
getEmailAddress
String getEmailAddress()- Returns:
- the emailAddress
-
setEmailAddress
- Parameters:
emailAddress
- the emailAddress to set
-
getDateSent
Date getDateSent()- Returns:
- the dateSent
-
setDateSent
- Parameters:
dateSent
- the dateSent to set
-
getType
String getType()- Returns:
- the type
-
setType
- Parameters:
type
- the type to set
-