com.elasticpath.domain.shoppingcart
Interface WishListMessage

All Superinterfaces:
EpDomain, java.io.Serializable, Transient
All Known Implementing Classes:
WishListMessageImpl

public interface WishListMessage
extends Transient

This bean represents forgotten password form.


Method Summary
 java.lang.String getMessage()
          Return the personal message.
 java.lang.String getRecipientEmails()
          Return the recipient's email addresses.
 java.lang.String getSenderName()
          Return the senders's name.
 void setMessage(java.lang.String message)
          Set the personal message.
 void setRecipientEmails(java.lang.String recipientEmails)
          Set the recipient's email addresses.
 void setSenderName(java.lang.String senderName)
          Set the senders's name.
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getMessage

java.lang.String getMessage()
Return the personal message.

Returns:
the message.

getRecipientEmails

java.lang.String getRecipientEmails()
Return the recipient's email addresses.

Returns:
the recipientEmail.

getSenderName

java.lang.String getSenderName()
Return the senders's name.

Returns:
the senderName.

setMessage

void setMessage(java.lang.String message)
Set the personal message.

Parameters:
message - the message to set.

setRecipientEmails

void setRecipientEmails(java.lang.String recipientEmails)
Set the recipient's email addresses.

Parameters:
recipientEmails - the recipientEmails to set.

setSenderName

void setSenderName(java.lang.String senderName)
Set the senders's name.

Parameters:
senderName - the senderName to set.