Class TemplateMapping
- java.lang.Object
-
- org.activiti.cloud.modeling.api.process.TemplateMapping
-
public class TemplateMapping extends Object
Email template mapping item
-
-
Constructor Summary
Constructors Constructor Description TemplateMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateMappingTypegetType()ObjectgetValue()voidsetType(TemplateMappingType type)voidsetValue(String value)
-
-
-
Method Detail
-
getType
public TemplateMappingType getType()
-
setType
public void setType(TemplateMappingType type)
-
getValue
public Object getValue()
-
setValue
public void setValue(String value)
-
-