Interface EmailTrackingClicks

All Superinterfaces:
Serializable
All Known Implementing Classes:
EmailTrackingClicksImpl

public interface EmailTrackingClicks extends Serializable
Author:
jfischer
  • Method Details

    • getId

      Long getId()
      Returns:
      the emailId
    • setId

      void setId(Long id)
      Parameters:
      id - the i to set
    • getDateClicked

      Date getDateClicked()
      Returns:
      the dateClicked
    • setDateClicked

      void setDateClicked(Date dateClicked)
      Parameters:
      dateClicked - the dateClicked to set
    • getDestinationUri

      String getDestinationUri()
      Returns:
      the destinationUri
    • setDestinationUri

      void setDestinationUri(String destinationUri)
      Parameters:
      destinationUri - the destinationUri to set
    • getQueryString

      String getQueryString()
      Returns:
      the queryString
    • setQueryString

      void setQueryString(String queryString)
      Parameters:
      queryString - the queryString to set
    • getEmailTracking

      EmailTracking getEmailTracking()
      Returns:
      the emailTracking
    • setEmailTracking

      void setEmailTracking(EmailTracking emailTracking)
      Parameters:
      emailTracking - the emailTracking to set
    • getCustomerId

      String getCustomerId()
    • setCustomerId

      void setCustomerId(String customerId)
      Parameters:
      customerId - the customer to set