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 String
SEARCH_TERM_TARGET_UUID
Key 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 String
getBody()
EEmailBodyFormatType
getBodyFormatType()
UuidEntityRef
getDoiFailTemplate()
String
getFrom()
String
getPlainBody()
String
getSenderName()
String
getSubject()
List<String>
getTo()
void
setBody(String body)
void
setBodyFormatType(EEmailBodyFormatType bodyFormatType)
void
setDoiFailTemplate(UuidEntityRef doiFailTemplate)
void
setFrom(String from)
void
setPlainBody(String plainBody)
void
setSenderName(String senderName)
void
setSubject(String subject)
void
setTo(List<String> to)
String
toString()
-
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)
-
-