Class WorkflowMailContextImpl
java.lang.Object
de.hybris.platform.workflow.mail.impl.WorkflowMailContextImpl
- All Implemented Interfaces:
WorkflowMailContext,Cloneable
Default implementation of
WorkflowMailContext-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetAssigneeName(String assigneeName) voidsetAttachmentName(String attachmentName) voidsetAttachmentPK(String attachmentPK) voidsetFromEmailAddress(String fromAddress) voidsetToEmailAddress(String toAddress)
-
Constructor Details
-
WorkflowMailContextImpl
public WorkflowMailContextImpl()
-
-
Method Details
-
getFromEmailAddress
- Specified by:
getFromEmailAddressin interfaceWorkflowMailContext
-
getToEmailAddresses
- Specified by:
getToEmailAddressesin interfaceWorkflowMailContext
-
getAssigneeName
- Specified by:
getAssigneeNamein interfaceWorkflowMailContext
-
getAttachmentName
- Specified by:
getAttachmentNamein interfaceWorkflowMailContext
-
getAttachmentPK
- Specified by:
getAttachmentPKin interfaceWorkflowMailContext
-
setFromEmailAddress
- Specified by:
setFromEmailAddressin interfaceWorkflowMailContext
-
setToEmailAddress
- Specified by:
setToEmailAddressin interfaceWorkflowMailContext
-
setAssigneeName
- Specified by:
setAssigneeNamein interfaceWorkflowMailContext
-
setAttachmentName
- Specified by:
setAttachmentNamein interfaceWorkflowMailContext
-
setAttachmentPK
- Specified by:
setAttachmentPKin interfaceWorkflowMailContext
-
clone
- Specified by:
clonein interfaceWorkflowMailContext- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-