Package de.xima.fc.workflow.model.nodes
Class FcDoiInitProps
- java.lang.Object
 - 
- de.xima.fc.workflow.taglib.model.BaseActionProps
 - 
- de.xima.fc.workflow.model.nodes.FcDoiInitProps
 
 
 
- 
- All Implemented Interfaces:
 IDescriptionProviding,INameProviding,Serializable
@NotEmptyIf(field="body",dependants="bodyFormatType",target=FcDoiInitProps.class) @NotEmptyIf(field="plainBody",dependants="bodyFormatType",target=FcDoiInitProps.class) public final class FcDoiInitProps extends BaseActionProps implements Serializable
Model class for the workflow action that initializes the Double-Opt-In process.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH, Dresden - 08.01.2021
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringSEARCH_TERM_TARGET_UUIDKey for storing the UUID of the selected HTML-Template for DoI verification failures as aWorkflowNodeSearchTerm- 
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FcDoiInitProps() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()EEmailBodyFormatTypegetBodyFormatType()UuidEntityRefgetDoiFailTemplate()StringgetFrom()StringgetPlainBody()StringgetSenderName()StringgetSubject()List<String>getTo()voidsetBody(String body)voidsetBodyFormatType(EEmailBodyFormatType bodyFormatType)voidsetDoiFailTemplate(UuidEntityRef doiFailTemplate)voidsetFrom(String from)voidsetPlainBody(String plainBody)voidsetSenderName(String senderName)voidsetSubject(String subject)voidsetTo(List<String> to)StringtoString()- 
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
SEARCH_TERM_TARGET_UUID
public static final String SEARCH_TERM_TARGET_UUID
Key for storing the UUID of the selected HTML-Template for DoI verification failures as aWorkflowNodeSearchTerm- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getBody
public String getBody()
 
- 
getBodyFormatType
public EEmailBodyFormatType getBodyFormatType()
 
- 
getDoiFailTemplate
public UuidEntityRef getDoiFailTemplate()
 
- 
getFrom
public String getFrom()
 
- 
getPlainBody
public String getPlainBody()
 
- 
getSenderName
public String getSenderName()
 
- 
getSubject
public String getSubject()
 
- 
setBody
public void setBody(String body)
 
- 
setBodyFormatType
public void setBodyFormatType(EEmailBodyFormatType bodyFormatType)
 
- 
setDoiFailTemplate
public void setDoiFailTemplate(UuidEntityRef doiFailTemplate)
 
- 
setFrom
public void setFrom(String from)
 
- 
setPlainBody
public void setPlainBody(String plainBody)
 
- 
setSenderName
public void setSenderName(String senderName)
 
- 
setSubject
public void setSubject(String subject)
 
 - 
 
 -