Class Text
- java.lang.Object
-
- com.flowable.engage.engine.impl.dto.ContentDTO
-
- com.flowable.engage.engine.impl.dto.Text
-
public class Text extends ContentDTO
-
-
Field Summary
Fields Modifier and Type Field Description protected String
text
-
Fields inherited from class com.flowable.engage.engine.impl.dto.ContentDTO
messageType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
void
setText(String text)
-
Methods inherited from class com.flowable.engage.engine.impl.dto.ContentDTO
getMessageType, setMessageType
-
-